Sha256: 8efca14af76b313da5bbb99eee7994ae59309a668a90fc81c9d8e7acce907519

Contents?: true

Size: 604 Bytes

Versions: 5

Compression:

Stored size: 604 Bytes

Contents

<h2><%= t("devise.passwords.edit.change_your_password") %></h2>

<%= 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 %>

  <div class="field">
    <%= f.password_field :password, autocomplete: "off" %>
  </div>

  <div class="field">
    <%= f.password_field :password_confirmation, autocomplete: "off" %>
  </div>

  <div class="actions">
    <%= f.submit t("devise.passwords.edit.change_my_password") %>
  </div>
<% end %>

<%= render "decidim/devise/shared/links" %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
decidim-core-0.0.1.alpha7 app/views/decidim/devise/passwords/edit.html.erb
decidim-core-0.0.1.alpha6 app/views/decidim/devise/passwords/edit.html.erb
decidim-core-0.0.1.alpha5 app/views/decidim/devise/passwords/edit.html.erb
decidim-core-0.0.1.alpha4 app/views/decidim/devise/passwords/edit.html.erb
decidim-core-0.0.1.alpha3 app/views/decidim/devise/passwords/edit.html.erb