X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/1e8c21d4c4c93721c16a669e330a6d4e60483919..e3b1d64e4220f627e53b6c8c0f70ba941dfdc788:/app/views/common/_pref_tables.rhtml?ds=sidebyside 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 -%> |
---|