X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/da6c29f53b3598a6d2d9959df277b0340bc54cee..215cf287e52da41605cb033da236a6b0aeee4f3a:/app/views/common/_pref_tables.rhtml 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 -%> |
---|