Skip to content

Commit

Permalink
Fixed link on signup button
Browse files Browse the repository at this point in the history
  • Loading branch information
perfectionist committed May 3, 2012
1 parent 60f1f80 commit fa0e7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/static_pages/home.html.erb
Expand Up @@ -6,7 +6,7 @@
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>
sample application.
</h2>
<%= link_to "Sign up now!", '#', class: "btn btn-large btn-primary" %>
<%= link_to "Sign up now!", signup_path, class: "btn btn-large btn-primary" %>
</div>

<%= link_to image_tag("rails.png", alt: "Rails"), 'http://rubyonrails.org/' %>

0 comments on commit fa0e7ec

Please sign in to comment.