summaryrefslogtreecommitdiff
path: root/app/views/brackets/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/brackets/show.html.erb')
-rw-r--r--app/views/brackets/show.html.erb19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/views/brackets/show.html.erb b/app/views/brackets/show.html.erb
new file mode 100644
index 0000000..9c7c14b
--- /dev/null
+++ b/app/views/brackets/show.html.erb
@@ -0,0 +1,19 @@
+<p id="notice"><%= notice %></p>
+
+<p>
+ <strong>User:</strong>
+ <%= @bracket.user %>
+</p>
+
+<p>
+ <strong>Tournament:</strong>
+ <%= @bracket.tournament %>
+</p>
+
+<p>
+ <strong>Name:</strong>
+ <%= @bracket.name %>
+</p>
+
+<%= link_to 'Edit', edit_bracket_path(@bracket) %> |
+<%= link_to 'Back', brackets_path %>