summaryrefslogtreecommitdiff
path: root/app/views/tournaments/new.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-06 14:23:30 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-06 14:23:30 -0500
commit2c1f214da8885232815cb85ded4ad616aa3d4b79 (patch)
tree5a76f93a8b366b610309a50c1ddf80544e388709 /app/views/tournaments/new.html.erb
parentcd020cb3c9f8a1d40af4958c26dcdfb97e1a80c1 (diff)
parent289caaa1c82db4895efaf01b33160712d169bc84 (diff)
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'app/views/tournaments/new.html.erb')
-rw-r--r--app/views/tournaments/new.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/tournaments/new.html.erb b/app/views/tournaments/new.html.erb
index 428487a..3d6d142 100644
--- a/app/views/tournaments/new.html.erb
+++ b/app/views/tournaments/new.html.erb
@@ -2,7 +2,7 @@
<h1>New Tournament</h1>
-<%= select_tag 'tournament_id', options_for_select(["Select a Game Type"] + Game.all.collect {|game| game.name}), :onchange => 'populate()' %> <%= link_to 'Select', 'new?game=1', :class => "btn btn-warning btn-lg" %>
+<%= select_tag 'tournament_id', options_for_select(["Select a Game Type"] + Game.all.collect {|game| game.name}), :onchange => 'populate()' %> <%= link_to 'Select', 'new?game=1', :class => "btn btn-success btn-xs" %>
@@ -14,6 +14,6 @@
</div>
<br /><br />
-<%= link_to 'Select', 'selected', :class => "btn btn-warning btn-lg" %>
+<%= link_to 'Select', 'selected', :class => "btn btn-success btn-xs" %>
<%= link_to 'Back', tournaments_path %>