summaryrefslogtreecommitdiff
path: root/app/views/tournaments/new.html.erb
diff options
context:
space:
mode:
authorTomer Kimia <tkimia@purdue.edu>2014-03-04 20:38:23 -0500
committerTomer Kimia <tkimia@purdue.edu>2014-03-04 20:38:23 -0500
commit17755b3c36b93410fcb10a5b9464d886da2d8099 (patch)
treedb59503556fbb123ddc4cdf1efbd52a8bdbd050c /app/views/tournaments/new.html.erb
parentdb025e713efc8bfeb43b3fc5d2c54b89e1fa1867 (diff)
dynamic formgit add app/views/tournaments/new.html.erb app/views/tournaments/_selected.html.erb
Diffstat (limited to 'app/views/tournaments/new.html.erb')
-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 a6dfa4d..428487a 100644
--- a/app/views/tournaments/new.html.erb
+++ b/app/views/tournaments/new.html.erb
@@ -1,6 +1,6 @@
<%= javascript_include_tag :defaults %>
-<h1>New tournament</h1>
+<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" %>