Added routes, display seems to work so long as you remove the forms from the views.
[feedcatcher.git] / app / views / layouts / application.html.erb
index f11c29ddfd40ca7be8be80d80dce8245d6237433..58c8d8c929c6f66e964a1435265e933d048bfb1d 100644 (file)
@@ -7,8 +7,11 @@
   <%= csrf_meta_tags %>
 </head>
 <body>
+  <% if flash[:notice] -%>
+    <div id="notice"><%= h flash[:notice] %></div>
+  <% end -%>
 
-<%= yield %>
+  <%= yield %>
 
 </body>
 </html>