summaryrefslogtreecommitdiff
path: root/app/views/common
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-26 20:25:29 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-26 20:25:29 -0400
commita5a08c542e550c20493d746546a886efe2123434 (patch)
tree506e00c350b51016222140d9f917883bf76cb59b /app/views/common
parent7d97ad8ff641c1f5d67706bec053c77ece70b18a (diff)
parent853c307700fa81b924e00bf430c878a3b7029ffe (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/common')
-rw-r--r--app/views/common/_show_tournament.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/common/_show_tournament.html.erb b/app/views/common/_show_tournament.html.erb
index 0f60fad..b16a37b 100644
--- a/app/views/common/_show_tournament.html.erb
+++ b/app/views/common/_show_tournament.html.erb
@@ -29,6 +29,9 @@
<% else %>
<p style="margin-top:10px;"> You've signed up for this tournament! </p>
<% end %>
+ <%= form_tag(tournament_brackets_path(target), method: "post") do %>
+ <%= submit_tag("Make Bracket") %>
+ <% end %>
<% end %>
</div>
</div> \ No newline at end of file