summaryrefslogtreecommitdiff
path: root/app/views/tournaments
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-23 20:26:37 -0400
committertkimia <tkimia@purdue.edu>2014-04-23 20:26:37 -0400
commitcba4c47e7cca06434742fc5fd282c40973c546d1 (patch)
treef16d4e7892777836d2c22a00b1194d255adab95e /app/views/tournaments
parentd0a0f806a4bb8072c532ea7b35ad8b7643ac8645 (diff)
started with advanced search
Diffstat (limited to 'app/views/tournaments')
-rw-r--r--app/views/tournaments/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tournaments/new.html.erb b/app/views/tournaments/new.html.erb
index 8c74068..c2b9904 100644
--- a/app/views/tournaments/new.html.erb
+++ b/app/views/tournaments/new.html.erb
@@ -4,7 +4,7 @@
<%= select_tag('game',
options_from_collection_for_select(@games, 'id', 'name', @tournament.game.nil? || @tournament.game.id),
:prompt => "Select a Game Type") %>
- <%= submit_tag("Select", :class => "btn btn-success btn-xs") %>
+ <%= submit_tag("Select", :class => "btn") %>
<% end %>
<div id='ajax-form'>