Sha256: 1ff2cdf12c418e4ee73cebaf727484d57e3069ab85e4980661f970100320da12

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 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/

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mno-enterprise-api-3.4.0 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.3.3 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.3.2 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.2.1 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.3.1 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.3.0 app/views/mno_enterprise/auth/shared/_links.html.haml
mno-enterprise-api-3.2.0 app/views/mno_enterprise/auth/shared/_links.html.haml