diff options
author | elijah <elijah@riseup.net> | 2016-01-10 16:27:49 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-01-10 16:27:49 -0800 |
commit | 854746e247a1a05ebbfe59ba3ccac99d1c75ed51 (patch) | |
tree | 260ba4028c219abf677af4e61363e7daab65249d /app/views/layouts/application.html.haml | |
parent | c678806489cbe7d63d3946de1265697c7fb996e6 (diff) |
highlight admin areas with caution tape (wip)
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r-- | app/views/layouts/application.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index d213fe1..0aeda8b 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -14,9 +14,9 @@ = render 'layouts/masthead' #main .container-fluid - - if @show_navigation + - if @show_navigation && !admin? .row-fluid - %h1= t(:user_control_panel) + %h1= t(:user_control_panel) - if logged_in? .row-fluid .span12 |