diff --git a/app/views/contests/confirmed_matches.html.erb b/app/views/contests/confirmed_matches.html.erb index be00048..14a5c89 100644 --- a/app/views/contests/confirmed_matches.html.erb +++ b/app/views/contests/confirmed_matches.html.erb @@ -7,7 +7,7 @@ <% @match_props && @match_props.each do |mp| %> <%= link_to mp.match.contester1, contester_path(mp.match.contester1) %> VS <%= link_to mp.match.contester2, contester_path(mp.match.contester2) %> - <%= longertime(mp.proposed_time) %> + <%= link_to longertime(mp.proposed_time), match_path(mp.match) %> <% end %> \ No newline at end of file