Sha256: 6c07a4e21353028d04492983b3448f2d2fa98fe9bfb62adf377c5f2daf535b06

Contents?: true

Size: 936 Bytes

Versions: 3

Compression:

Stored size: 936 Bytes

Contents

.row
  .col-lg-4.col-md-6.ml-auto.mr-auto
<%- if options[:metatags] %>
  h2.text-center = title('Change your password')
<% else -%>
  h2.text-center Change your password
<%- end %>
  = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
    = f.error_notification
    = f.input :reset_password_token, as: :hidden
    = f.full_error :reset_password_token
    .form-group
      = f.input :password, label: 'New password', required: true, autofocus: true, hint: ("#{@minimum_password_length} characters minimum" if @minimum_password_length), input_html: { autocomplete: "new-password" }
      = f.input :password_confirmation, label: 'Confirm your new password', required: true, input_html: { autocomplete: 'new-password' }
    .form-group
      = f.button :submit, 'Change my password', class: 'btn btn-primary btn-block btn-lg'
  .text-center
    = render 'devise/shared/links'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap_views_generator-0.1.9 lib/generators/bootstrap/templates/devise/simple_form/slim/passwords/edit.html.slim.tt
bootstrap_views_generator-0.1.8 lib/generators/bootstrap/templates/devise/simple_form/slim/passwords/edit.html.slim.tt
bootstrap_views_generator-0.1.7 lib/generators/bootstrap/templates/devise/simple_form/slim/passwords/edit.html.slim.tt