diff options
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 |