Sha256: 0e3990e17bffe5309362978d77f901aa93f6ebd58077907c9261f7d9b13e72f1

Contents?: true

Size: 996 Bytes

Versions: 22

Compression:

Stored size: 996 Bytes

Contents

- if controller_name != 'sessions'
  = link_to "Log 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' && 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 #{provider.to_s.titleize}", omniauth_authorize_path(resource_name, provider)
    %br/

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
theblog-0.0.2.3 app/views/devise/shared/_links.haml
theblog-0.0.2.2 app/views/devise/shared/_links.haml
theblog-0.0.2.1 app/views/devise/shared/_links.haml
theblog-0.0.2 app/views/devise/shared/_links.haml
theblog-0.0.1.1 app/views/devise/shared/_links.haml
theblog-0.0.1 app/views/devise/shared/_links.haml
qbrick-2.7.1 app/views/devise/shared/_links.html.haml
qbrick-2.7 app/views/devise/shared/_links.html.haml
qbrick-2.6.10 app/views/devise/shared/_links.html.haml
qbrick-2.6.9 app/views/devise/shared/_links.html.haml
qbrick-2.6.8 app/views/devise/shared/_links.html.haml
qbrick-2.6.7 app/views/devise/shared/_links.html.haml
qbrick-2.6.6 app/views/devise/shared/_links.html.haml
qbrick-2.6.5 app/views/devise/shared/_links.html.haml
qbrick-2.6.4 app/views/devise/shared/_links.html.haml
qbrick-2.6.3 app/views/devise/shared/_links.html.haml
qbrick-2.6.2 app/views/devise/shared/_links.html.haml
qbrick-2.6.1 app/views/devise/shared/_links.html.haml
qbrick-2.6.0 app/views/devise/shared/_links.html.haml
qbrick-2.5.2 app/views/devise/shared/_links.html.haml