From: Neil Smith Date: Fri, 17 Jul 2009 19:55:21 +0000 (+0000) Subject: Capistrano update. Fixed title in layout X-Git-Url: https://git.njae.me.uk/?p=feedcatcher.git;a=commitdiff_plain;h=0f4b492932a509694b7621c1198da336af75e582 Capistrano update. Fixed title in layout --- diff --git a/Capfile b/Capfile new file mode 100644 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 diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 6ac8aa8..ee2975d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -1,6 +1,6 @@ - Form: <%= controller.action_name %> + Feedcatcher <%= yield :layout %>