Renamed "elections" controller to "election."
[selectricity] / app / views / elections / _candidate_line.rhtml
diff --git a/app/views/elections/_candidate_line.rhtml b/app/views/elections/_candidate_line.rhtml
deleted file mode 100644 (file)
index 7f68e6f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<div id="cand<%= @candidate.id %>">
-  <li>
-    <%= @candidate.name %>
-    <% if @edit %>
-      <%= link_to_remote "Delete",
-                         :complete => "Element.remove('cand#{@candidate.id}')",
-                        :url => { :action => :delete_candidate, :id => @candidate.id } %>
-    <% end %>
-
-  </li>
-</div>

Benjamin Mako Hill || Want to submit a patch?