Sha256: 97f35e09ba35f11d9309c77fd5edb95f1fb0abd4d5e60463ab7ca606a2d53e83

Contents?: true

Size: 1.1 KB

Versions: 71

Compression:

Stored size: 1.1 KB

Contents

- if controller_name != 'sessions'
  = link_to "Вход с паролем", auth.new_session_path(resource_name)
  %br/
- if devise_mapping.registerable? && controller_name != 'registrations'
  = link_to "Регистрация", auth.new_registration_path(resource_name)
  %br/
- if devise_mapping.recoverable? && controller_name != 'passwords'
  = link_to "Восстановление пароля", auth.new_password_path(resource_name)
  %br/
- if devise_mapping.confirmable? && controller_name != 'confirmations'
  = link_to "Если вы не получили инструкцию о том как подтвердить адрес электронной почты", 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

71 entries across 71 versions & 3 rubygems

Version Path
constructor-core-0.8.19 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.18 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.17 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.16 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.15 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.14 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.13 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.12 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.11 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.10 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.8 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.7 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.6 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.5 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.4 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.3 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.2 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.1 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.8.0 app/views/constructor_core/devise/shared/_links.html.haml
constructor-core-0.7.10 app/views/constructor_core/devise/shared/_links.html.haml