Sha256: cb8e2a86a09b7db4786747b73c14e572ffcb058ce6f8aee6a981490b7161b947

Contents?: true

Size: 1.34 KB

Versions: 13

Compression:

Stored size: 1.34 KB

Contents

- if controller_name != 'sessions'
  = link_to t('mno_enterprise.auth.shared.links.login'), new_session_path(resource_name)
  %br/

- if devise_mapping.registerable? && controller_name != 'registrations'
  = link_to t('mno_enterprise.auth.shared.links.signup'), new_registration_path(resource_name)
  %br/

- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' && MnoEnterprise.style.devise.forgot_password_link_shown
  = link_to t('mno_enterprise.auth.shared.links.recover_password'), new_password_path(resource_name)
  %br/

- if devise_mapping.confirmable? && controller_name != 'confirmations' && MnoEnterprise.style.devise.confirmation_link_shown
  = link_to t('mno_enterprise.auth.shared.links.resend_confirmation'), new_confirmation_path(resource_name)
  %br/

- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' && MnoEnterprise.style.devise.unlock_link_shown
  = link_to t('mno_enterprise.auth.shared.links.unlock'), new_unlock_path(resource_name)
  %br/

- if devise_mapping.omniauthable? && MnoEnterprise.style.devise.omniauth_link_shown 
  - resource_class.omniauth_providers.each do |provider|
    = link_to t('mno_enterprise.auth.shared.links.omni_login', provider: provider.to_s.titleize), omniauth_authorize_path(resource_name, provider)
    %br/

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
mno-enterprise-api-3.1.4 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.7 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.1.3 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.6 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.1.2 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.5 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.1.1 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.4 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.1.0 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.3 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.2 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.1 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.0.0 app/views/mno_enterprise/auth/shared/_links.html.haml