diff options
author | jessib <jessib@riseup.net> | 2013-08-01 10:52:04 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-08-01 10:52:04 -0700 |
commit | 368dbc55966b2b74699065e07de28fe321f286b6 (patch) | |
tree | 7c03bf78596e9e2a7735518ba713eaacd864a975 /app/views/layouts/application.html.haml | |
parent | 3578c13abd86d15ca6310bf5652f4855a8daa1a8 (diff) | |
parent | 1a3fdad01d9cb2e2596281d38ce0c0f1ad4da04a (diff) |
Merge branch 'master' into billing_with_tests
Conflicts:
app/views/home/index.html.haml
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r-- | app/views/layouts/application.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 380f92d..816b558 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -11,8 +11,7 @@ = yield(:head) %body #masthead - - if params[:controller] != 'home' - = render 'layouts/masthead' + = render 'layouts/masthead' #main .container-fluid - if logged_in? |