summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-21 13:54:45 -0800
committerelijah <elijah@riseup.net>2014-01-23 11:37:49 -0800
commit87383e624855def55e13d238b2f20b79c418c1d9 (patch)
treebfba7820ab8ed90b433c5e0fc56def4c7ea523fc /app/views/layouts
parent01941b7d930c581a6684f6b939b3ae2f62bd832e (diff)
added default pricing, privacy policy and tos pages.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_footer.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/layouts/_footer.html.haml b/app/views/layouts/_footer.html.haml
index e69de29..ab925e8 100644
--- a/app/views/layouts/_footer.html.haml
+++ b/app/views/layouts/_footer.html.haml
@@ -0,0 +1,11 @@
+.container
+ .row
+ = link_to t(:home), home_path
+ = link_to t(:privacy_policy), privacy_policy_path
+ = link_to t(:terms_of_service), terms_of_service_path
+ - if lookup_context.exists?('pages/about')
+ = link_to t(:about), about_path
+ - if lookup_context.exists?('pages/contact')
+ = link_to t(:contact), contact_path
+ - if APP_CONFIG[:service_levels]
+ = link_to t(:pricing), pricing_path \ No newline at end of file