Added Flash[:notice] to HTML pages, fixed update code, done RSS rendering properly
[feedcatcher.git] / app / views / layouts / application.html.erb
index ee2975d78194cae95b2509ff0fe4b1cd246f4f88..1599adb0cc371ff7dd1d8f0205811fa415c56999 100644 (file)
@@ -1,8 +1,12 @@
 <html>
   <head>
     <title>Feedcatcher</title>
+    <%= stylesheet_link_tag "feedcatcher", :media => :all %>
   </head>
   <body>
+    <% if flash[:notice] -%>
+      <div id="notice"><%= flash[:notice] %></div>
+    <% end -%>
     <%= yield :layout %>
   </body>
 </html>