fix for bug introduces with full versions
[selectricity-live] / app / views / common / _methodinfo_condorcet.rhtml
index 5fb29e05fc22f33e0f0bf9e47da2e70599099a3d..1cb5fae3ff20417d91968a43dff94ba353360412 100644 (file)
@@ -17,8 +17,13 @@ another Condorcet system.</p>
 <% else %>
 
   There are too many candidates in your elections to show the result
-  tables.  <%= link_to "Click here", { :action => 'pref_tables', :id =>
-  @voter.password }, :popup => [] %> to view details.
+  tables. 
+
+  <% if not @election.type == QuickVote %>
+    <%= link_to "Click here", { :action => 'pref_tables', :id => @voter.password }, :popup => [] %>
+    to view details.
+  <% end %>
+  
 
 <% end -%>
 

Benjamin Mako Hill || Want to submit a patch?