Sha256: 5e96674dee9741d92546ab342c5d9deb03bc6881e4da8036eb337a1bcbf7677f

Contents?: true

Size: 731 Bytes

Versions: 11

Compression:

Stored size: 731 Bytes

Contents

= form_for @user, url: spina.admin_password_reset_path(params[:id]), html: {id: "login_wrapper"} do |f|
  = image_tag 'spina/spina.svg', class: 'animated fadeInDown', width: 72, height: 54
  - if @user.errors.any?
    .failed-to-login.animated.fadeInDown
      .icon.icon-cross
      = @user.errors.full_messages.join('<br />').html_safe

  .login-fields
    = f.text_field :password, placeholder: Spina::User.human_attribute_name(:password), autofocus: true, class: "animated fadeInDown"

    = f.text_field :password_confirmation, placeholder: Spina::User.human_attribute_name(:password_confirmation), class: "animated fadeInDown"

  = f.button t('spina.forgot_password.save'), class: 'button button-primary animated fadeInDown'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spina-2.0.2 app/views/spina/admin/password_resets/edit.html.haml
spina-2.0.1 app/views/spina/admin/password_resets/edit.html.haml
spina-2.0.0 app/views/spina/admin/password_resets/edit.html.haml
spina-2.0.0.beta app/views/spina/admin/password_resets/edit.html.haml
spina-2.0.0.alpha app/views/spina/admin/password_resets/edit.html.haml
spina-1.2.0 app/views/spina/admin/password_resets/edit.html.haml
spina-1.1.4 app/views/spina/admin/password_resets/edit.html.haml
spina-1.1.3 app/views/spina/admin/password_resets/edit.html.haml
spina-1.1.2 app/views/spina/admin/password_resets/edit.html.haml
spina-1.1.1 app/views/spina/admin/password_resets/edit.html.haml
spina-1.1.0 app/views/spina/admin/password_resets/edit.html.haml