logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

_links.html.haml (611B)


  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'), new_registration_path(resource_name)
  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)