X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/f7389d0e26545d9e0d1e696c51da3380c7238cd7..af840c52358dc9fa8378194b2c05872dcd50dd69:/app/views/common/_methodinfo_condorcet.rhtml diff --git a/app/views/common/_methodinfo_condorcet.rhtml b/app/views/common/_methodinfo_condorcet.rhtml index 5fb29e0..1cb5fae 100644 --- a/app/views/common/_methodinfo_condorcet.rhtml +++ b/app/views/common/_methodinfo_condorcet.rhtml @@ -17,8 +17,13 @@ another Condorcet system.

<% 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 -%>