Merged updates from trunk into stable branch
[feedcatcher.git] / app / views / layouts / application.html.erb
index 6ac8aa8d6c5e530586ac99e3611d6e3eaa35d22c..1599adb0cc371ff7dd1d8f0205811fa415c56999 100644 (file)
@@ -1,8 +1,12 @@
 <html>
   <head>
-    <title>Form: <%= controller.action_name %></title>
+    <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>