]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/_result.rhtml
added support for results for full elections
[selectricity-live] / app / views / quickvote / _result.rhtml
diff --git a/app/views/quickvote/_result.rhtml b/app/views/quickvote/_result.rhtml
deleted file mode 100644 (file)
index e0ead6d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<div class="winner">
-<% if result.winner? and result.winners.length == 1%>
-  <p>The winner is:
-     <strong><%=h @candidates[result.winner].name.capitalize %></strong></p>
-<% elsif result.winner? and result.winners.length > 1 %>
-  <p>There was a tie. The winners are: <strong><%=h( result.winners.collect {|w| @candidates[w].to_s.capitalize}.join(", ") )%></strong></p>
-<% else %>
-  <p>There is no winner using this method. </strong></p>
-<% end %>
-</div>

Benjamin Mako Hill || Want to submit a patch?