summaryrefslogtreecommitdiff
path: root/app/views/common/_show_tournament.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 21:08:01 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 21:08:01 -0400
commit35e21c339f87c1b0b1ed2c871c83ae9602adadc0 (patch)
tree46f7fa69e3350de1c9b491d16d3b9923fedab454 /app/views/common/_show_tournament.html.erb
parentdc9c2855c044f18b82a073a6067c81130a99f76a (diff)
parent0f6489cdfcc1c75500a66bc906a13b98629e0617 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/common/_show_tournament.html.erb')
-rw-r--r--app/views/common/_show_tournament.html.erb8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/common/_show_tournament.html.erb b/app/views/common/_show_tournament.html.erb
index a1d01d2..151e5d2 100644
--- a/app/views/common/_show_tournament.html.erb
+++ b/app/views/common/_show_tournament.html.erb
@@ -25,9 +25,11 @@
<% if signed_in? %>
<% if !target.players.include?(current_user) %>
<%= form_tag(tournament_path(target), method: "put") do %>
- <input type="hidden" name="update_action" value="join">
- <%= submit_tag("Join")%>
- <% end %>
+ <p>
+ <input type="hidden" name="update_action" value="join">
+ <%= submit_tag("Join")%>
+ <% end %>
+ </p>
<% else %>
<p style="margin-top:10px;"> You've signed up for this tournament! </p>
<% end %>