summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 11:50:33 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 11:50:33 -0500
commit47db24fe712877d919256c431d0c5fcbbd431a45 (patch)
tree46467115a36377f25949f5f0ab3839676da50ccb /app/views/layouts
parent42c241f0d533e243a01560d28e8cd7e3b90a6165 (diff)
make notifications be shown an all pages
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 0362062..4651efc 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -29,6 +29,8 @@
</header>
</div>
+<% if notice %><div id="notice"><p><%= notice %></p></div><% end %>
+
<div class="container"><%= yield %></div>
<hr>