summaryrefslogtreecommitdiff
path: root/app/views/brackets/show.html.erb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-10 17:41:24 -0400
committertkimia <tkimia@purdue.edu>2014-04-10 17:41:24 -0400
commitb09b504fad01988004745363332375697135800a (patch)
tree09cd9a5d9273efe4374ea59471e2e194a4195711 /app/views/brackets/show.html.erb
parenteafa409389ce53ee2ab8eb99e81a3d0f4cc49c74 (diff)
ran generate.sh
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 %>