summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2014-05-09 09:52:14 +0200
committerAzul <azul@riseup.net>2014-05-09 10:50:56 +0200
commita7c8d617726284c3243c8044153cd40074736662 (patch)
tree2b0876e3e9cd71a02ac1ff566c15ba1ed05dc74a
parent205f2238b879a0588c7a6d81458d75cfe8839a93 (diff)
remove pricing link from the footer for now #5638
-rw-r--r--files/webapp/views/layouts/_footer.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/webapp/views/layouts/_footer.html.haml b/files/webapp/views/layouts/_footer.html.haml
new file mode 100644
index 0000000..509ca6f
--- /dev/null
+++ b/files/webapp/views/layouts/_footer.html.haml
@@ -0,0 +1,8 @@
+.full-height
+ = link_to icon('home') + t(:home), home_path
+ = link_to icon('eye-close') + t(:privacy_policy), privacy_policy_path
+ = link_to icon('file') + t(:terms_of_service), terms_of_service_path
+ - if lookup_context.exists?('pages/about')
+ = link_to icon('info-sign') + t(:about), about_path
+ - if lookup_context.exists?('pages/contact')
+ = link_to icon('comment') + t(:contact), contact_path