diff options
author | elijah <elijah@riseup.net> | 2014-01-22 02:18:30 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-23 11:37:49 -0800 |
commit | 67650ea9fead442cb2f66a2fbbec452c890d0775 (patch) | |
tree | 22e2042d2b416f01f645f75901f2bf077329f412 /app/views/layouts/_masthead.html.haml | |
parent | 87383e624855def55e13d238b2f20b79c418c1d9 (diff) |
added a default footer with links to privacy policy, tos, pricing, about us, contact.
Diffstat (limited to 'app/views/layouts/_masthead.html.haml')
-rw-r--r-- | app/views/layouts/_masthead.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/layouts/_masthead.html.haml b/app/views/layouts/_masthead.html.haml index 280f2c2..5f40c05 100644 --- a/app/views/layouts/_masthead.html.haml +++ b/app/views/layouts/_masthead.html.haml @@ -1,4 +1,5 @@ .title %span.sitename - = APP_CONFIG[:domain] - = t(:user_control_panel)
\ No newline at end of file + %a{:href => home_path}= APP_CONFIG[:domain] + - if @show_navigation + = t(:user_control_panel)
\ No newline at end of file |