Commit 8367566b

mo k <mo@mokhan.ca>
2011-06-29 01:56:29
add notice and alert section to master layout.
1 parent 0c98e8c
Changed files (1)
app
app/views/layouts/application.html.erb
@@ -49,6 +49,8 @@
         </div>
         <div id="body_text">
           <!-- begin main page content -->
+          <p class="notice"><%= notice %></p>
+          <p class="alert"><%= alert %></p>
           <%= yield %>
           <!-- end main page content -->
         </div>