summaryrefslogtreecommitdiff
path: root/app/views/tournaments/show.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-05-01 17:02:37 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-05-01 17:02:37 -0400
commit10c6417874129f03f3d2125c5df460865bad2797 (patch)
treee854d003119aaa00b19a78132e6cc137855a86cd /app/views/tournaments/show.html.erb
parent8c5772072066eb57cda4b0b8953aebe3af33ca2d (diff)
clean up grep-able issues in forms (mostly using <p> instead of <div>)
Diffstat (limited to 'app/views/tournaments/show.html.erb')
-rw-r--r--app/views/tournaments/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/show.html.erb b/app/views/tournaments/show.html.erb
index 6cb9783..07c1c6b 100644
--- a/app/views/tournaments/show.html.erb
+++ b/app/views/tournaments/show.html.erb
@@ -74,7 +74,7 @@
<% end %>
</div>
-<div class="tournament_actions">
+<div class="actions">
<%# If user can join, and user hasn't joined already, show a join tournment button %>
<% if @tournament.joinable_by?(current_user) && !@tournament.players.include?(current_user) %>
<%= form_tag(tournament_path(@tournament), method: "put", role: :button) do %>