The code powering m.abunchtell.com https://m.abunchtell.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
597 B

  1. %ul.no-list
  2. - if controller_name != 'sessions'
  3. %li= link_to t('auth.login'), new_session_path(resource_name)
  4. - if devise_mapping.registerable? && controller_name != 'registrations'
  5. %li= link_to t('auth.register'), available_sign_up_path
  6. - if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'
  7. %li= link_to t('auth.forgot_password'), new_password_path(resource_name)
  8. - if devise_mapping.confirmable? && controller_name != 'confirmations'
  9. %li= link_to t('auth.didnt_get_confirmation'), new_confirmation_path(resource_name)