Mostly worked on the candidate adding feature to include pictures and
[selectricity] / app / views / election / new_candidates.rhtml
diff --git a/app/views/election/new_candidates.rhtml b/app/views/election/new_candidates.rhtml
deleted file mode 100644 (file)
index f95cd83..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<% @edit = true %>
-<h1><strong><%= @election.name %></strong> Candidates</h1>
-
-<ul id="candidate_list">
-<% for candidate in @election.candidates %>
-  <li><%= candidate.name %></li>
-<% end %>
-</ul>
-
-<%= render :partial => 'candidates_form' %>
-<%= button_to "Done!", :action => 'show', :id => @election %>

Benjamin Mako Hill || Want to submit a patch?