Sha256: 16a089286ef3f1e8399a4608d5a808d3dd528d771d0849cd61d31a0202f0450f

Contents?: true

Size: 596 Bytes

Versions: 2

Compression:

Stored size: 596 Bytes

Contents

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: {method: :put}) do |f| %>
  <%= render "admin/users/shared/error_messages", resource: resource %>

  <%= f.hidden_field :reset_password_token %>

  <%= render 'headmin/forms/fields/password', form: f, attribute: :password, required: true, label: :float %>
  <%= render 'headmin/forms/fields/password', form: f, attribute: :password_confirmation, required: true, label: :float %>

  <%= f.submit t('.change_password'), class: 'btn btn-lg btn-primary w-100' %>

  <%= render "admin/users/shared/links" %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
headmin-0.1.2 app/views/admin/users/passwords/edit.html.erb
headmin-0.1.1 app/views/admin/users/passwords/edit.html.erb