Sha256: c4cf6dac08140db7c4013d8d578f57b083fe848cbc8980c2ca2f948756a1f11e
Contents?: true
Size: 676 Bytes
Versions: 30
Compression:
Stored size: 676 Bytes
Contents
<h2>Change your password</h2> <% form_for resource_name, resource, :url => password_path(resource_name), :html => { :method => :put } do |f| %> <%= f.error_messages %> <%= f.hidden_field :reset_password_token %> <p><%= f.label :password %></p> <p><%= f.password_field :password %></p> <p><%= f.label :password_confirmation %></p> <p><%= f.password_field :password_confirmation %></p> <p><%= f.submit "Change my password" %></p> <% end %> <%= link_to "Sign in", new_session_path(resource_name) %><br /> <%- if devise_mapping.confirmable? %> <%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %><br /> <% end -%>
Version data entries
30 entries across 30 versions & 3 rubygems