Sha256: e8d83087445ba3ba413f85448aaa3d13fd3b2d6ec7a4a95d903c1a20e0128b7e

Contents?: true

Size: 301 Bytes

Versions: 15

Compression:

Stored size: 301 Bytes

Contents

<%= simple_form_for @user, :url => password_reset_path(params[:id]) do |f| %>
<%= f.error_notification %>

  <div class="field">
    <%= f.input :password %>
    <%= f.input :password_confirmation %>
  </div>
  <div class="actions"><%= f.submit t('authentication.update_password') %></div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
tkh_authentication-0.1.2 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.1 app/views/password_resets/edit.html.erb
tkh_authentication-0.1 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.12 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.11 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.10 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.9 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.8 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.7 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.6 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.5 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.4 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.3 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.2 app/views/password_resets/edit.html.erb
tkh_authentication-0.0.1 app/views/password_resets/edit.html.erb