diff options
author | jessib <jessib@leap.se> | 2012-11-26 10:45:31 -0800 |
---|---|---|
committer | jessib <jessib@leap.se> | 2012-11-26 10:45:31 -0800 |
commit | fd9dc326e16ed0aa2e182947ed36726dcc89ef3f (patch) | |
tree | 1dab95518951bb47590ad0b7aa023da11256aa6c | |
parent | 81a00b2771d89335abb4fecaf6610fa2c8ad5113 (diff) |
adding space to comment line.
-rw-r--r-- | help/app/views/tickets/index.html.haml | 2 |
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]} |