Sha256: 0c110cbe329cfb4cacf4f264c20fe035a3c6f97892a142bc3f5c5621e52b7496
Contents?: true
Size: 419 Bytes
Versions: 2
Compression:
Stored size: 419 Bytes
Contents
<h1>Please enter a new password</h1> <%= form_tag(password_change_path, method: "post") do %> <%= hidden_field_tag :token, params[:token] %> <div class="field"> <%= label_tag "password" %> <%= password_field_tag "password" %> </div> <div class="field"> <%= label_tag "password_confirmation" %> <%= password_field_tag "password_confirmation" %> </div> <%= submit_tag "Change" %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
authkit-0.2.1 | lib/generators/authkit/templates/app/views/password_change/show.html.erb |
authkit-0.0.1 | lib/generators/authkit/templates/app/views/password_change/show.html.erb |