]> projects.mako.cc - selectricity/blobdiff - app/views/layouts/election.rhtml
Renamed "elections" controller to "election."
[selectricity] / app / views / layouts / election.rhtml
diff --git a/app/views/layouts/election.rhtml b/app/views/layouts/election.rhtml
new file mode 100644 (file)
index 0000000..fbac7a9
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+<head>
+  <title>Elections: <%= controller.action_name %></title>
+  <%= javascript_include_tag "prototype", "effects" %>
+  <%= stylesheet_link_tag 'scaffold' %>
+</head>
+<body>
+
+<p style="color: green"><%= flash[:notice] %></p>
+
+<%= @content_for_layout %>
+
+</body>
+</html>

Benjamin Mako Hill || Want to submit a patch?