Renamed "elections" controller to "election."
[selectricity] / app / views / elections / _candidate_list.rhtml
diff --git a/app/views/elections/_candidate_list.rhtml b/app/views/elections/_candidate_list.rhtml
deleted file mode 100644 (file)
index ca8a5cc..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<% %>
-<ul id="candidate_list">
-  <% @election.candidates.each do |candidate| %>
-    <% @candidate = candidate %>
-      <%= render :partial => 'candidate_line' %>
-    <% end %>
-</ul>

Benjamin Mako Hill || Want to submit a patch?