This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2016-03-05 22:43:05 +01:00
|
|
|
%ul.no-list
|
|
|
|
- if controller_name != 'sessions'
|
2016-11-15 23:02:57 +01:00
|
|
|
%li= link_to t('auth.login'), new_session_path(resource_name)
|
2016-03-05 22:43:05 +01:00
|
|
|
|
|
|
|
- if devise_mapping.registerable? && controller_name != 'registrations'
|
2016-11-15 23:02:57 +01:00
|
|
|
%li= link_to t('auth.register'), new_registration_path(resource_name)
|
2016-03-05 22:43:05 +01:00
|
|
|
|
|
|
|
- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'
|
2016-11-15 23:02:57 +01:00
|
|
|
%li= link_to t('auth.forgot_password'), new_password_path(resource_name)
|
2016-03-05 22:43:05 +01:00
|
|
|
|
|
|
|
- if devise_mapping.confirmable? && controller_name != 'confirmations'
|
2016-11-15 23:02:57 +01:00
|
|
|
%li= link_to t('auth.didnt_get_confirmation'), new_confirmation_path(resource_name)
|