summaryrefslogtreecommitdiff
path: root/app/views/tournaments/new.html.erb
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-03-03 13:17:02 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-03-03 13:17:02 -0500
commitdef21c442c6e4b52b50f852cedd3e8bcaf436f9d (patch)
tree696473434a36fa5987c543c5bd5cf29c14e6ab3f /app/views/tournaments/new.html.erb
parent257ccb19453c1d609e724a29349d390e5978b739 (diff)
Changed the views for tournament a little more.
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 de80fb7..dee18fb 100644
--- a/app/views/tournaments/new.html.erb
+++ b/app/views/tournaments/new.html.erb
@@ -7,6 +7,6 @@
</div>
<br /><br />
<p id=jumbo-buttons>
-<%= link_to 'Create Tournament', "create", :class => "btn btn-warning btn-lg", :role => "submit" %>
+<%= link_to 'Create Tournament', "#", :class => "btn btn-warning btn-lg" %>
<%= link_to 'Back', tournaments_path %>