diff options
Diffstat (limited to 'help/app')
-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]} |