Show the signup link
This commit is contained in:
parent
5d87ca0904
commit
eb0f011236
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
- if controller_name != 'sessions'
|
- if controller_name != 'sessions'
|
||||||
= link_to "Sign in", new_session_path(resource_name)
|
= link_to "Sign in", new_session_path(resource_name)
|
||||||
%br/
|
%br/
|
||||||
/- if devise_mapping.registerable? && controller_name != 'registrations'
|
- if devise_mapping.registerable? && controller_name != 'registrations'
|
||||||
/= link_to "Sign up", new_registration_path(resource_name)
|
= link_to "Sign up", new_registration_path(resource_name)
|
||||||
/%br/
|
%br/
|
||||||
- if devise_mapping.recoverable? && controller_name != 'passwords'
|
- if devise_mapping.recoverable? && controller_name != 'passwords'
|
||||||
= link_to "Forgot your password?", new_password_path(resource_name)
|
= link_to "Forgot your password?", new_password_path(resource_name)
|
||||||
%br/
|
%br/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue