From 0f4b492932a509694b7621c1198da336af75e582 Mon Sep 17 00:00:00 2001 From: Neil Smith Date: Fri, 17 Jul 2009 19:55:21 +0000 Subject: [PATCH] Capistrano update. Fixed title in layout --- Capfile | 3 +++ app/views/layouts/application.html.erb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Capfile 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 %> -- 2.34.1