summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 10:57:54 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-03-04 10:57:54 -0500
commit1d90f33bf07f9610d358c6c9c56754784b050541 (patch)
tree4d7385e543e0ed77d43a7ed8fd4045087f17848a /app/views/users/new.html.erb
parent42cf035f9023e773a20d2b14a984ba0a5fef9c60 (diff)
simplify the sessions routing
Diffstat (limited to 'app/views/users/new.html.erb')
-rw-r--r--app/views/users/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index aa71f00..f0ce746 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -56,5 +56,5 @@
</p>
</form>
-<%= link_to 'Already Have an Account? Log in', "signin", :class => "btn btn-warning btn-lg" %>
+<%= link_to 'Already Have an Account? Log in', new_session_path, :class => "btn btn-warning btn-lg" %>