summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-23 02:05:37 -0800
committerelijah <elijah@riseup.net>2014-01-23 11:37:50 -0800
commit91c535a080f05be23ee1320b0701dae6ff3601af (patch)
treea58470bb932a37fc6a049b77f6064c330000057b /app/views/layouts/application.html.haml
parent8f624a9f6a130293d921e0f0076a3ecb08b481b7 (diff)
move #masthead out of main templates to make the masthead partials more flexible.
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index e52ca7f..1cd4ec3 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -11,8 +11,7 @@
= yield(:head)
%body
#wrap
- #masthead
- = render 'layouts/masthead'
+ = render 'layouts/masthead'
#main
.container-fluid
- if logged_in?