summaryrefslogtreecommitdiff
path: root/app/views/games/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/games/show.html.erb')
-rw-r--r--app/views/games/show.html.erb29
1 files changed, 0 insertions, 29 deletions
diff --git a/app/views/games/show.html.erb b/app/views/games/show.html.erb
deleted file mode 100644
index 7986016..0000000
--- a/app/views/games/show.html.erb
+++ /dev/null
@@ -1,29 +0,0 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <strong>Name:</strong>
- <%= @game.name %>
-</p>
-
-<p>
- <strong>Players per team:</strong>
- <%= @game.players_per_team %>
-</p>
-
-<p>
- <strong>Teams per match:</strong>
- <%= @game.teams_per_match %>
-</p>
-
-<p>
- <strong>Set rounds:</strong>
- <%= @game.set_rounds %>
-</p>
-
-<p>
- <strong>Randomized teams:</strong>
- <%= @game.randomized_teams %>
-</p>
-
-<%= link_to 'Edit', edit_game_path(@game) %> |
-<%= link_to 'Back', games_path %>