summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/_status-nav.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-06-17 01:27:01 -0700
committerelijah <elijah@riseup.net>2013-06-17 01:27:01 -0700
commit8550dcb0096017f94f855cad75dc61da63d92970 (patch)
tree3eb3bd07d06de1f58db5851cfd21dff11a4db159 /help/app/views/tickets/_status-nav.html.haml
parent8b7621793fe5f8fa55c955045a71821c53d4759f (diff)
new ui - ticket navigation
Diffstat (limited to 'help/app/views/tickets/_status-nav.html.haml')
-rw-r--r--help/app/views/tickets/_status-nav.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/help/app/views/tickets/_status-nav.html.haml b/help/app/views/tickets/_status-nav.html.haml
index 69f4248..e1dca84 100644
--- a/help/app/views/tickets/_status-nav.html.haml
+++ b/help/app/views/tickets/_status-nav.html.haml
@@ -5,3 +5,5 @@
= link_to_status 'closed'
%li{:class => ("active" if status == 'all')}
= link_to_status 'all'
+ %li{:class => ("active" if action?(:new))}
+ = link_to icon(:plus, :black) + t(:new_ticket), new_ticket_path