Capistrano update. Fixed title in layout
[feedcatcher.git] / app / views / layouts / application.html.erb
index 6ac8aa8d6c5e530586ac99e3611d6e3eaa35d22c..ee2975d78194cae95b2509ff0fe4b1cd246f4f88 100644 (file)
@@ -1,6 +1,6 @@
 <html>
   <head>
-    <title>Form: <%= controller.action_name %></title>
+    <title>Feedcatcher</title>
   </head>
   <body>
     <%= yield :layout %>