diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-30 18:23:20 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-06-30 18:23:20 -0400 |
commit | 1fb650f48213117fb3ad3eedc6c041d7269adf05 (patch) | |
tree | bc9f561ce8446bc98cec42d104e522b63b8617f7 /app/views/users/sessions | |
parent | 4fe8ef40ee70bee9d4ad897b51f602231e81bfc3 (diff) | |
download | thoughts-1fb650f48213117fb3ad3eedc6c041d7269adf05.tar.gz thoughts-1fb650f48213117fb3ad3eedc6c041d7269adf05.tar.bz2 thoughts-1fb650f48213117fb3ad3eedc6c041d7269adf05.zip |
Split up stylesheets for each layout
Diffstat (limited to 'app/views/users/sessions')
-rw-r--r-- | app/views/users/sessions/new.html.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/users/sessions/new.html.haml b/app/views/users/sessions/new.html.haml index fbdf8be..f7c8de9 100644 --- a/app/views/users/sessions/new.html.haml +++ b/app/views/users/sessions/new.html.haml | |||
@@ -1,4 +1,4 @@ | |||
1 | #userdata-form | 1 | #principal |
2 | = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| | 2 | = form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| |
3 | .field | 3 | .field |
4 | = f.label :login | 4 | = f.label :login |
@@ -11,5 +11,5 @@ | |||
11 | = f.label :remember_me | 11 | = f.label :remember_me |
12 | .submit-field | 12 | .submit-field |
13 | = f.submit "Log in" | 13 | = f.submit "Log in" |
14 | .userdata-link= link_to "Forgot your password?", new_password_path(resource_name) | 14 | .navigation= link_to "Forgot your password?", new_password_path(resource_name) |
15 | .userdata-link= link_to "← Back to thoughts", root_url | 15 | .navigation= link_to "← Back to thoughts", root_url |