Sha256: af0ea242e4ca923b1196b5d394d9ac9a730a4913045384ecf93680e4995196f7

Contents?: true

Size: 600 Bytes

Versions: 6

Compression:

Stored size: 600 Bytes

Contents

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

  <%= f.hidden_field :reset_password_token %>

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

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

  <%= render "headmin/views/devise/shared/links" %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
headmin-0.2.5 app/views/headmin/views/devise/passwords/_edit.html.erb
headmin-0.2.4 app/views/headmin/views/devise/passwords/_edit.html.erb
headmin-0.2.3 app/views/headmin/views/devise/passwords/_edit.html.erb
headmin-0.2.2 app/views/headmin/views/devise/passwords/_edit.html.erb
headmin-0.2.1 app/views/headmin/views/devise/passwords/_edit.html.erb
headmin-0.2.0 app/views/headmin/views/devise/passwords/_edit.html.erb