summaryrefslogtreecommitdiff
path: root/files/webapp/views/layouts/_footer.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-05-09 11:28:36 -0700
committerelijah <elijah@riseup.net>2014-05-09 11:28:36 -0700
commit8de03ee7f6efc145aae6a3d0d5f55a52f32ad91a (patch)
tree9d2e26e2dfe7547f122bb71698cdec990f138b61 /files/webapp/views/layouts/_footer.html.haml
parenta7c8d617726284c3243c8044153cd40074736662 (diff)
make demo more different than bitmask.net #5520
Diffstat (limited to 'files/webapp/views/layouts/_footer.html.haml')
-rw-r--r--files/webapp/views/layouts/_footer.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/files/webapp/views/layouts/_footer.html.haml b/files/webapp/views/layouts/_footer.html.haml
deleted file mode 100644
index 509ca6f..0000000
--- a/files/webapp/views/layouts/_footer.html.haml
+++ /dev/null
@@ -1,8 +0,0 @@
-.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