]> projects.mako.cc - selectricity-live/blobdiff - app/views/quickvote/_result_approval.rhtml
refactored the results page
[selectricity-live] / app / views / quickvote / _result_approval.rhtml
diff --git a/app/views/quickvote/_result_approval.rhtml b/app/views/quickvote/_result_approval.rhtml
deleted file mode 100644 (file)
index a7e11ce..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<h3>Approval Result</h3>
-<p><font size="-1">(This algorithm assumes that top two choices are "approved.")</font></p>
-
-<%= render :partial => 'result', :object => @election.approval_result %>
-
-<div class="rbmoreinfo">
-<h4>About Approval Voting</h4>
-
-<p><%= link_to "Approval voting",
-"http://en.wikipedia.org/wiki/Approval_voting" %> is a voting system in
-which each voter can vote for as many or as few candidates as the voter
-chooses.  Approval voting is a limited form of range voting, where the
-range that voters are allowed to express is extremely constrained:
-accept or not.</p>
-
-</div>
-
-<%= render :partial => 'approval_table' %>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?