Sha256: 124644805d5d6a52f338ee60d0f23b92b5ea50db38a304b5dc440245905c34d0

Contents?: true

Size: 741 Bytes

Versions: 10

Compression:

Stored size: 741 Bytes

Contents

= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
  = f.hidden_field :reset_password_token
  .row
    %h4 Change your password

  - unless resource.errors.empty?
    .flash= resource.errors.full_messages.join('<br>').html_safe

  .row.bordered
    = f.label :password, class: "font"
    = f.password_field :password, placeholder: '--'

  .row.bordered
    = f.label :password_confirmation, class: "font"
    = f.password_field :password_confirmation, placeholder: '--'

  .row.bordered
    = f.submit "Change my password", class: 'btn btn-info'

  .row.bordered
    %p{:style => "text-align: right; margin-top: 10px; font-size: 12px;"}
      = link_to "Sign In", new_user_session_path

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tenon-1.1.8 app/views/devise/passwords/edit.html.haml
tenon-1.1.7 app/views/devise/passwords/edit.html.haml
tenon-1.1.6 app/views/devise/passwords/edit.html.haml
tenon-1.1.5 app/views/devise/passwords/edit.html.haml
tenon-1.1.4 app/views/devise/passwords/edit.html.haml
tenon-1.1.3 app/views/devise/passwords/edit.html.haml
tenon-1.1.2 app/views/devise/passwords/edit.html.haml
tenon-1.1.1 app/views/devise/passwords/edit.html.haml
tenon-1.0.76 app/views/devise/passwords/edit.html.haml
tenon-1.0.75 app/views/devise/passwords/edit.html.haml