summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-09-21 23:27:05 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 22:39:30 -0500
commit2e1d21f53f0f96fba544b592fde84af2f4879a24 (patch)
treefc7d512c67002774ac8135dee16cc7f7ccd1919e /app/views/layouts/_navigation.html.haml
parentf55fd33542c68fc8fc4519d622a41ef9517ebee3 (diff)
subscriptions, haml and translations
Diffstat (limited to 'app/views/layouts/_navigation.html.haml')
-rw-r--r--app/views/layouts/_navigation.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml
index dccba0c..0b81831 100644
--- a/app/views/layouts/_navigation.html.haml
+++ b/app/views/layouts/_navigation.html.haml
@@ -7,6 +7,8 @@
= link_to_navigation ".tickets", auto_tickets_path,
active: controller?(:tickets)
- if APP_CONFIG[:billing]
+ = link_to_navigation :donations, new_payment_path,
+ active: (controller?(:payments) and action?(:new))
= link_to_navigation :billing_settings, billing_top_link(@user),
- active: controller?(:customer, :payments, :subscriptions, :credit_card_info)
+ active: controller?(:subscriptions)
= link_to_navigation :logout, logout_path, method: :delete