Fixed forms to allow for exernal driving of the site
[feedcatcher.git] / app / views / layouts / application.html.erb
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
new file mode 100644 (file)
index 0000000..6ac8aa8
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>Form: <%= controller.action_name %></title>
+  </head>
+  <body>
+    <%= yield :layout %>
+  </body>
+</html>