diff options
author | elijah <elijah@riseup.net> | 2014-01-23 02:05:37 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2014-01-23 11:37:50 -0800 |
commit | 91c535a080f05be23ee1320b0701dae6ff3601af (patch) | |
tree | a58470bb932a37fc6a049b77f6064c330000057b /app/views/layouts/_masthead.html.haml | |
parent | 8f624a9f6a130293d921e0f0076a3ecb08b481b7 (diff) |
move #masthead out of main templates to make the masthead partials more flexible.
Diffstat (limited to 'app/views/layouts/_masthead.html.haml')
-rw-r--r-- | app/views/layouts/_masthead.html.haml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/views/layouts/_masthead.html.haml b/app/views/layouts/_masthead.html.haml index 5f40c05..35225a1 100644 --- a/app/views/layouts/_masthead.html.haml +++ b/app/views/layouts/_masthead.html.haml @@ -1,5 +1,6 @@ -.title - %span.sitename - %a{:href => home_path}= APP_CONFIG[:domain] - - if @show_navigation - = 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 |