Added a series of files so that elections can be created and edited and
[selectricity] / app / views / elections / new_voters.rhtml
diff --git a/app/views/elections/new_voters.rhtml b/app/views/elections/new_voters.rhtml
new file mode 100644 (file)
index 0000000..b750085
--- /dev/null
@@ -0,0 +1,8 @@
+<% @edit = true %>
+<h1><strong><%= @election.name %>:</strong> Enter List of Voter Email Addresses</h1>
+
+<%= render :partial => 'voter_list' %>
+
+<%= form_tag :action => 'new_voters', :id => @election.id %>
+<%= render :partial => 'voters_form' %>
+<%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?