Sha256: a8dae5e571c994d0524ee45ea3e8450f0ad83383015c18c7331c2a0e2c5b49af

Contents?: true

Size: 1.37 KB

Versions: 10

Compression:

Stored size: 1.37 KB

Contents

.container
  .devise-horizontal
    .devise-vertical
      .devise-box.card
        .devise-box-header
          .devise-box-title Keppler
        = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f|
          .devise-box-body.row
            .col.s12
              %h5 Ya puedes cambiar tu contraseña.
              %p Recuerda agregar una contraseña suficientemente segura
            = f.hidden_field :reset_password_token
            .input-field.col.s12
              = f.password_field :password, autofocus: true, autocomplete: 'off', class: "validate #{'invalid' if resource.errors.messages[:password]}"
              %label{for: "password"} Contraseña
              .input-errors
                = resource.errors.messages.fetch(:password).first
            .input-field.col.s12
              = f.password_field :password_confirmation, autocomplete: 'off', class: "validate #{'invalid' if resource.errors.messages[:password_confirmation]}"
              %label{for: "password"} Confirmar contraseña
              .input-errors
                = resource.errors.messages.fetch(:password_confirmation).first
          .devise-box-footer.row
            .col.s12
              = f.submit 'Cambiar contraseña', :class => 'right btn'
            .col.s12.devise-logo.center-align.hidden-xs
              = image_tag "admin/slice.png"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
keppler-2.0.7 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.6 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.5 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.4.p1 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.4.pre.p1 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.4 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.3 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.2 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.1 installer/core/app/views/devise/passwords/edit.html.haml
keppler-2.0.0 installer/core/app/views/devise/passwords/edit.html.haml