Capistrano update. Fixed title in layout
authorNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 19:55:21 +0000 (19:55 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 19:55:21 +0000 (19:55 +0000)
Capfile [new file with mode: 0644]
app/views/layouts/application.html.erb

diff --git a/Capfile b/Capfile
new file mode 100644 (file)
index 0000000..c36d48d
--- /dev/null
+++ b/Capfile
@@ -0,0 +1,3 @@
+load 'deploy' if respond_to?(:namespace) # cap2 differentiator
+Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
+load 'config/deploy'
\ No newline at end of file
index 6ac8aa8d6c5e530586ac99e3611d6e3eaa35d22c..ee2975d78194cae95b2509ff0fe4b1cd246f4f88 100644 (file)
@@ -1,6 +1,6 @@
 <html>
   <head>
-    <title>Form: <%= controller.action_name %></title>
+    <title>Feedcatcher</title>
   </head>
   <body>
     <%= yield :layout %>