Sha256: a91e4e1d2ef17d571bf7d0e990b6be2e0c1d6e475dd0311388f839cb95f07740

Contents?: true

Size: 868 Bytes

Versions: 15

Compression:

Stored size: 868 Bytes

Contents

- if controller_name != 'sessions'
  = link_to "Log in", new_session_path(resource_name)
  %br/
- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations'
  = link_to "Forgot your password?", new_password_path(resource_name)
  %br/
- if devise_mapping.confirmable? && controller_name != 'confirmations'
  = link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name)
  %br/
- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks'
  = link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name)
  %br/
- if devise_mapping.omniauthable?
  - resource_class.omniauth_providers.each do |provider|
    = link_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider)
    %br/

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.7 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.6 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.5 app/views/devise/shared/_links.html.haml
trusty-cms-4.0.1 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.4 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.3 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.2 app/views/devise/shared/_links.html.haml
trusty-cms-4.0.0 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.1 app/views/devise/shared/_links.html.haml
trusty-cms-3.9.0 app/views/devise/shared/_links.html.haml
trusty-cms-3.8.4 app/views/devise/shared/_links.html.haml
trusty-cms-3.8.3 app/views/devise/shared/_links.html.haml
trusty-cms-3.8.2 app/views/devise/shared/_links.html.haml
trusty-cms-3.8.1 app/views/devise/shared/_links.html.haml