Initital scaffolding of the website plus initial work on the adding and
[selectricity] / app / views / elections / edit_voters.rhtml
diff --git a/app/views/elections/edit_voters.rhtml b/app/views/elections/edit_voters.rhtml
new file mode 100644 (file)
index 0000000..64ec446
--- /dev/null
@@ -0,0 +1,4 @@
+<% @edit = true %>
+<h1><strong><%= @election.name %>:</strong> Edit Voter Rolls</h1>
+
+<%= button_to "Done!", :action => 'show', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?