fix for bug introduces with full versions
[selectricity-live] / app / views / common / _methodinfo_ssd.rhtml
index 5ec8b89e6c24ced67b5b0ebd4eefdf25d83c6522..25bc3546c38cd4c4e42e629b5c7ac21bf52351b9 100644 (file)
@@ -29,8 +29,12 @@ Beatpath Winner, Path Voting, and Path Winner.</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?