From c8c6d823b14508ecdad4246da1d3b210473bcb1e Mon Sep 17 00:00:00 2001 From: Absurdon Date: Sun, 8 Oct 2017 14:57:26 +0200 Subject: [PATCH] Added link to match from confirmed matches list --- app/views/contests/confirmed_matches.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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