diff options
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> |