diff options
author | elijah <elijah@riseup.net> | 2014-05-20 13:33:30 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-05-20 13:33:30 -0700 |
commit | d2f4bd40342675717c6681e4ce845c316468c8b1 (patch) | |
tree | 9ad8dbcde7c7b7f654aecbf3a3932cc9bdc213bc /app/views | |
parent | b9174fdc9d9bd403d9a16650bafc4715e3dbf2d4 (diff) |
better detection if price link should be shown in the footer
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/_footer.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml index 340d36c..de53667 100644 --- a/app/views/layouts/_footer.html.haml +++ b/app/views/layouts/_footer.html.haml @@ -6,5 +6,5 @@ = link_to icon('info-sign') + t(:about), about_path - if lookup_context.exists?('pages/contact') = link_to icon('comment') + t(:contact), contact_path - - if APP_CONFIG[:service_levels].present? + - if paid_service_level? = link_to icon('shopping-cart') + t(:pricing), pricing_path |