X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/1e8c21d4c4c93721c16a669e330a6d4e60483919..80ba04e050870cc01835cb1cc93bfd6645efcecd:/app/views/common/_pref_tables.rhtml?ds=inline diff --git a/app/views/common/_pref_tables.rhtml b/app/views/common/_pref_tables.rhtml index 7701985..567873b 100644 --- a/app/views/common/_pref_tables.rhtml +++ b/app/views/common/_pref_tables.rhtml @@ -14,13 +14,13 @@ top of the left column.
<%=h @names[victor] %> | +<%= white_list(@names[victor]) %> | <% victories[victor].keys.each do |loser| %> <% margin = victories[victor][loser]%> -<%=h @names[loser] %> + | <%= white_list(@names[loser]) %> <% if margin == 0%> Tied! <% else -%> |
---|