From 1bc353d285110f3b7cd552baf150508a2c12d6d3 Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Tue, 3 Jun 2014 14:36:25 +0530 Subject: [PATCH] Changed splash rendering in layouts --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 96e6ea2e..4315dbce 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -21,11 +21,11 @@ - if controller.class.name.split("::").first=="Admin" = render 'layouts/admin' -else - = yield :splash .container#messages .row .col-md-12 = render 'layouts/messages' + = yield :splash .container#content = yield