X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/47fdfaba5a11570f2d7d720ee1c80d616d502c74..5d7239d388387fdae166801c7d26c4103d0d5b0c:/app/views/quickvote/_pref_tables.rhtml?ds=sidebyside
diff --git a/app/views/quickvote/_pref_tables.rhtml b/app/views/quickvote/_pref_tables.rhtml
index 66e0cbf..18e5aa3 100644
--- a/app/views/quickvote/_pref_tables.rhtml
+++ b/app/views/quickvote/_pref_tables.rhtml
@@ -4,12 +4,11 @@
<% victories = @election.condorcet_result.victories_and_ties %>
<% names = @election.names_by_id %>
-
-
+
- |
+ |
<% candidates.each do |candidate| -%>
<%=h names[candidate] -%> |
<% end -%>
@@ -34,7 +33,7 @@
-
+
<% candidates.each do |victor| %>
<%=h names[victor] %> |
@@ -46,9 +45,8 @@
<% else -%>
(<%= margin%>)
<% end -%>
-
+
<% end -%>
<% end -%>
-