Sha256: 01e83a00f66440f4e6f054cafad034247ee3df60e0e218e0eb45448ab59b508a

Contents?: true

Size: 818 Bytes

Versions: 8

Compression:

Stored size: 818 Bytes

Contents

/ h2 Forgot your password?
.devise-box
  .white-box
    = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f|
      = devise_error_messages!
      h2.title Забыли пароль?
      .form-group
        / = f.label :email
        / br/
        / .form-control = f.email_field :email, autofocus: true, placeholder: I18n.t("shared.email")
        = f.input :email, as: :email, autocomplete: 'off', title: I18n.t("shared.email"), placeholder: I18n.t("shared.email"), label: false, wrapper_html: {class: "form-control"}

      
      .form-group.links
        .link-to-recover.center
          = render "devise/shared/links"
      
      .actions
        = f.submit "Выслать инструкции по востановлению пароля".freeze

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hancock_cms-1.0.1 app/views/devise/passwords/new.html.slim
hancock_cms-2.0.0.2 app/views/devise/passwords/new.html.slim
hancock_cms-1.0.0.4 app/views/devise/passwords/new.html.slim
hancock_cms-1.0.0.3 app/views/devise/passwords/new.html.slim
hancock_cms-2.0.0.1 app/views/devise/passwords/new.html.slim
hancock_cms-1.0.0.2 app/views/devise/passwords/new.html.slim
hancock_cms-2.0.0 app/views/devise/passwords/new.html.slim
hancock_cms-1.0.0 app/views/devise/passwords/new.html.slim