Sha256: 31d54e402b7527675e48013bfb7ff4eaa4af76cba766ca2c4af164f5c053f5c6

Contents?: true

Size: 959 Bytes

Versions: 54

Compression:

Stored size: 959 Bytes

Contents

- if controller_name != 'sessions'
  = link_to "Sign in", new_session_path(resource_name)
  %br/
- if devise_mapping.registerable? && controller_name != 'registrations'
  = link_to "Sign up", new_registration_path(resource_name)
  %br/
- if devise_mapping.recoverable? && controller_name != 'passwords'
  = 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 #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider)
    %br/

Version data entries

54 entries across 54 versions & 4 rubygems

Version Path
cybele-1.6.0 templates/app/views/devise/shared/_links.haml
cybele-1.5.1 templates/app/views/devise/shared/_links.haml
cybele-1.5.0 templates/app/views/devise/shared/_links.haml
cybele-1.4.0 templates/app/views/devise/shared/_links.haml
exo_cms-0.0.3 app/views/contributors/shared/_links.haml
exo_cms-0.0.1 app/views/contributors/shared/_links.haml
cybele-1.3.0 templates/app/views/devise/shared/_links.haml
cybele-1.2.0 templates/app/views/devise/shared/_links.haml
cybele-1.1.0 templates/app/views/devise/shared/_links.haml
cybele-1.0.0 templates/app/views/devise/shared/_links.haml
cybele-0.10.1 templates/app/views/devise/shared/_links.haml
cybele-0.10.0 templates/app/views/devise/shared/_links.haml
cybele-0.9.0 templates/app/views/devise/shared/_links.haml
cybele-0.8.0 templates/app/views/devise/shared/_links.haml
cybele-0.7.0 templates/app/views/devise/shared/_links.haml
cybele-0.6.0 templates/app/views/devise/shared/_links.haml
iugusdk-1.0.0.alpha.1 app/views/iugu/shared/_links.haml
iugusdk-1.0.0.alpha.0 app/views/iugu/shared/_links.haml
sbdevcore-0.3.10 app/views/admins/shared/_links.haml
sbdevcore-0.3.9 app/views/admins/shared/_links.haml