Added link to match from confirmed matches list

This commit is contained in:
Absurdon 2017-10-08 14:57:26 +02:00
parent a065db9159
commit c8c6d823b1

View file

@ -7,7 +7,7 @@
<% @match_props && @match_props.each do |mp| %> <% @match_props && @match_props.each do |mp| %>
<tr> <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><%= 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> </tr>
<% end %> <% end %>
</table> </table>