diff options
author | azul <azul@leap.se> | 2014-05-22 14:59:27 +0200 |
---|---|---|
committer | azul <azul@leap.se> | 2014-05-22 14:59:27 +0200 |
commit | 0f686b1256b4190522bcb101ba06cd2c7406eb36 (patch) | |
tree | 0179b6c413069da86b6a8b910fd266bc698c0308 /app/views/layouts/_footer.html.haml | |
parent | 0c995deeb434237aa71e3a45f9f5a51f7c79116a (diff) | |
parent | d2f4bd40342675717c6681e4ce845c316468c8b1 (diff) |
Merge pull request #166 from elijh/feature/footer
better detection if price link should be shown in the footer
Diffstat (limited to 'app/views/layouts/_footer.html.haml')
-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 |