Commit 8367566b
Changed files (1)
app
views
layouts
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>