diff app/views/layouts/application.html.erb @ 386:bf9e350f8a2b

Add styling to the alerts.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 10:24:35 +0900
parents 62fef621f39c
children 91dabc034389
line wrap: on
line diff
--- a/app/views/layouts/application.html.erb	Sun Jun 07 10:13:25 2015 +0900
+++ b/app/views/layouts/application.html.erb	Sun Jun 07 10:24:35 2015 +0900
@@ -16,9 +16,9 @@
       </p>
     </header>
 
+    <%= render "layouts/alerts" %>
+
     <main>
-      <%= render "layouts/alerts" %>
-
       <%= yield %>
     </main>