added support for results for full elections
[selectricity-live] / app / views / common / _pref_tables.rhtml
similarity index 97%
rename from app/views/quickvote/_pref_tables.rhtml
rename to app/views/common/_pref_tables.rhtml
index b9d41ececcb6b2738dbc639ddf4785956eca4915..7701985ec49b5e5a3c7a1ce965c410242e046c75 100644 (file)
@@ -3,8 +3,6 @@
 <% matrix = @election.ssd_result.matrix %>
 <% victories = @election.ssd_result.victories_and_ties %>
 
-<% if candidates.size <= 7 -%>
-
 <p>Each number in the table below shows how many times the candidate on
 the left beat the matching candidate on the top. The winner is on the
 top of the left column.</p>
@@ -63,5 +61,4 @@ parenthesis.</p>
   <% end -%>
 </table>
 </div>
-<% end -%>
 

Benjamin Mako Hill || Want to submit a patch?