summaryrefslogtreecommitdiff
path: root/app/views/static
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-03-02 18:38:11 -0500
committerAndrewMurrell <amurrel@purdue.edu>2014-03-02 18:38:11 -0500
commit931c352e516adfac175eec5eafee9ea8e3311556 (patch)
tree8a581fd6eb83dc6e942b19dca7fa22bca3cfd5d8 /app/views/static
parentd9b9fb1f6da39f45eee62ec13b806847fd23cfb9 (diff)
Made the button on the homepage redirect to the signup page.
Diffstat (limited to 'app/views/static')
-rw-r--r--app/views/static/homepage.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/static/homepage.html.erb b/app/views/static/homepage.html.erb
index 760e087..4d52e5b 100644
--- a/app/views/static/homepage.html.erb
+++ b/app/views/static/homepage.html.erb
@@ -4,7 +4,7 @@
<div class="jumbotron">
<h1>Welcome to Leaguer</h1>
<p>This is a tournment management system designed to be used for any team sport. Our peer review system ensures that the best players move on to the next round! Try creating a new tournament and having people sign up for it. </p>
- <p id="jumbo-buttons"><%= link_to 'Log In / Sign Up', "#", :class => "btn btn-warning btn-lg", :role => "button" %> <%= link_to 'See Ongoing Tournaments', tournaments_path, :class => "btn btn-warning btn-lg", :role => "button" %> </p>
+ <p id="jumbo-buttons"><%= link_to 'Log In / Sign Up', "signup", :class => "btn btn-warning btn-lg", :role => "button" %> <%= link_to 'See Ongoing Tournaments', tournaments_path, :class => "btn btn-warning btn-lg", :role => "button" %> </p>
</div>
- </div> \ No newline at end of file
+ </div>