diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-29 17:15:06 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-29 17:15:06 -0400 |
commit | 55f6da9556391a9676a425256a9ae1048c300e17 (patch) | |
tree | 5f18c23c90f2cc34c193dbf043a3461991bc9b47 /app | |
parent | a9d074228774e868ccfc0579813827147c4ed876 (diff) |
ELIMINATION PROGRESS BIIIIIIIITCH
Diffstat (limited to 'app')
-rw-r--r-- | app/views/matches/show.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/matches/show.html.erb b/app/views/matches/show.html.erb index 8f6f09c..eaa5c63 100644 --- a/app/views/matches/show.html.erb +++ b/app/views/matches/show.html.erb @@ -82,4 +82,5 @@ <% end %> <% end %> <% end %> + <%= link_to "Back to Tournament", @match.tournament_stage.tournament %> </div> |