diff options
author | jessib <jessib@riseup.net> | 2014-01-23 12:05:58 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2014-01-23 12:05:58 -0800 |
commit | d578c07e196cd9758fbf1752a9bb8477c260bb30 (patch) | |
tree | 4dcbef4b1b2ea9dcd52cf98f1bb98b371a93c631 /app/views/layouts/_masthead.html.haml | |
parent | 01941b7d930c581a6684f6b939b3ae2f62bd832e (diff) | |
parent | ce412a9a0ccce22b5b9d90f70369b91d5fc46e4f (diff) |
Merge pull request #135 from elijh/feature/pages
add some static pages
Diffstat (limited to 'app/views/layouts/_masthead.html.haml')
-rw-r--r-- | app/views/layouts/_masthead.html.haml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/views/layouts/_masthead.html.haml b/app/views/layouts/_masthead.html.haml index 280f2c2..35225a1 100644 --- a/app/views/layouts/_masthead.html.haml +++ b/app/views/layouts/_masthead.html.haml @@ -1,4 +1,6 @@ -.title - %span.sitename - = APP_CONFIG[:domain] - = t(:user_control_panel)
\ No newline at end of file +#masthead + .title + %span.sitename + %a{:href => home_path}= APP_CONFIG[:domain] + - if @show_navigation + = t(:user_control_panel)
\ No newline at end of file |