summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorjessib <jessib@leap.se>2012-11-26 10:45:31 -0800
committerjessib <jessib@leap.se>2012-11-26 10:45:31 -0800
commitfd9dc326e16ed0aa2e182947ed36726dcc89ef3f (patch)
tree1dab95518951bb47590ad0b7aa023da11256aa6c /help
parent81a00b2771d89335abb4fecaf6610fa2c8ad5113 (diff)
adding space to comment line.
Diffstat (limited to 'help')
-rw-r--r--help/app/views/tickets/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/help/app/views/tickets/index.html.haml b/help/app/views/tickets/index.html.haml
index b8ec6cc..6dc5e90 100644
--- a/help/app/views/tickets/index.html.haml
+++ b/help/app/views/tickets/index.html.haml
@@ -15,7 +15,7 @@ Create a
= link_to 'all tickets', {:admin_status => 'all', :open_status => params[:open_status]}
.span10
.table-bordered
- = # TODO not sure if want table, but playing around with layout here.
+ = #TODO not sure if want table, but playing around with layout here.
%ul.nav.nav-tabs
%li{:class => ("active" if params[:open_status] != 'closed' and params[:open_status] != 'all')}
= link_to 'open issues', {:open_status => 'open', :admin_status => params[:admin_status]}