diff options
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r-- | app/views/tournaments/show.html.erb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb index 1f24f39..3de0623 100644 --- a/app/views/tournaments/show.html.erb +++ b/app/views/tournaments/show.html.erb @@ -15,6 +15,11 @@ <% if current_user.in_group?(:host) %> <p> + <strong>Name:</strong> + <%= @tournament.name %> +</p> + +<p> <strong>Game:</strong> <%= @tournament.id %> </p> |