Sha256: c3a20aa0ce5e189b344a23d6851630b9b566aed42ab7d98578e6fa0f925b716a

Contents?: true

Size: 980 Bytes

Versions: 10

Compression:

Stored size: 980 Bytes

Contents

- if controller_name != 'sessions'
  = link_to t('login.log_in'), new_session_path(resource_name)

- if devise_mapping.registerable? && controller_name != 'registrations'
  = link_to t('login.sign_up'), new_registration_path(resource_name)

- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'
  = link_to t('login.forgot_your_password'), new_password_path(resource_name)

- if devise_mapping.confirmable? && controller_name != 'confirmations'
  = link_to t('login.didnt_receive_confirmation_instructions'), new_confirmation_path(resource_name)

- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks'
  = link_to t('login.didnt_receive_unlock_instructions'), new_unlock_path(resource_name)

- if devise_mapping.omniauthable?
  - resource_class.omniauth_providers.each do |provider|
    = link_to t('login.sign_in_with'), omniauth_authorize_path(resource_name, provider)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cms-fortress-1.3.15 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.14 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.13 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.12 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.11 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.10 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.9 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.8 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.7 app/views/devise/shared/_links.html.haml
cms-fortress-1.3.6 app/views/devise/shared/_links.html.haml