Sha256: 2361e618c6d57e14bf3cfc9cbaca5553acd00934418cc79d3c837610acc3940e
Contents?: true
Size: 631 Bytes
Versions: 18
Compression:
Stored size: 631 Bytes
Contents
<h2><%= t("authentication.change_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 %> <p><%= f.label :password, t("authentication.new_password") %><br /> <%= f.password_field :password %></p> <p><%= f.label :password_confirmation, t("authentication.password_confirmation") %><br /> <%= f.password_field :password_confirmation %></p> <p><%= f.submit t("authentication.change_password") %></p> <% end %> <%= render :partial => "devise/shared/links" %>
Version data entries
18 entries across 18 versions & 1 rubygems