mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 04:21:36 +00:00
Added link to match from confirmed matches list
This commit is contained in:
parent
a065db9159
commit
c8c6d823b1
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<% @match_props && @match_props.each do |mp| %>
|
||||
<tr>
|
||||
<th><%= link_to mp.match.contester1, contester_path(mp.match.contester1) %> VS <%= link_to mp.match.contester2, contester_path(mp.match.contester2) %></th>
|
||||
<th><%= longertime(mp.proposed_time) %></th>
|
||||
<th><%= link_to longertime(mp.proposed_time), match_path(mp.match) %></th>
|
||||
</tr>
|
||||
<% end %>
|
||||
</table>
|
Loading…
Reference in a new issue