X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/1633d6c9b98f425d1ad33c1dd61a63b7365ff54c..eed818c2f36f08638c65244ea79485b87cb7ddc8:/app/views/common/_methodinfo_ssd.rhtml
diff --git a/app/views/common/_methodinfo_ssd.rhtml b/app/views/common/_methodinfo_ssd.rhtml
index 6b6d42f..25bc354 100644
--- a/app/views/common/_methodinfo_ssd.rhtml
+++ b/app/views/common/_methodinfo_ssd.rhtml
@@ -3,7 +3,7 @@ preference (from most preferred to least preferred):
<% @election.ssd_result.ranked_candidates.each do |place| %>
- - <%= h(place.collect {|c| @names[c].capitalize}.join( " and " )) %>
+
- <%= white_list place.collect {|c| @names[c].capitalize}.join( " and " ) %>
<%= "(TIE)" if place.length > 1 %>
<% end %>
@@ -29,8 +29,12 @@ Beatpath Winner, Path Voting, and Path Winner.
<% 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 -%>