diff options
author | elijah <elijah@riseup.net> | 2013-06-17 01:27:01 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2013-07-04 03:57:59 -0700 |
commit | 7d58f640e89a89a4767e59883b864afcd4e9dad4 (patch) | |
tree | 5ddb5705c2062931c3e9478b8e6440150deaf4e1 /help/app/views/tickets/_status-nav.html.haml | |
parent | 3f51128e24e1ca3247169066aa6a03090df98dd6 (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.haml | 2 |
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 |