Sha256: 03591dff6b21af3f5f005b7316aeb50bec7bf71726ff0addb82bd61cd30f07cb

Contents?: true

Size: 519 Bytes

Versions: 9

Compression:

Stored size: 519 Bytes

Contents

<div class="login">
  <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f| %>
  <%= devise_error_messages! %>
  <%= f.hidden_field :reset_password_token %>

  <p>
    <%= f.label :password, "New password" %><br />
    <%= f.password_field :password %>
  </p>

  <p>
    <%= f.label :password_confirmation, "Confirm new password" %><br />
    <%= f.password_field :password_confirmation %>
  </p>

  <p><%= f.submit "Change my password" %></p>

  <% end %>

</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
slices-2.0.2 app/views/admin/auth/passwords/edit.html.erb
slices-2.0.1 app/views/admin/auth/passwords/edit.html.erb
slices-2.0.0 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.5 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.4 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.3 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.2 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.1 app/views/admin/auth/passwords/edit.html.erb
slices-1.0.0 app/views/admin/auth/passwords/edit.html.erb