Sha256: 26ab93080d952d7fb2d619a8f9d7a91691b582edd46889190981669447878dbf

Contents?: true

Size: 331 Bytes

Versions: 8

Compression:

Stored size: 331 Bytes

Contents

<h1>Create a new Password</h1>

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

8 entries across 8 versions & 1 rubygems

Version Path
tkh_authentication-0.1.8 app/views/password_resets/edit.html.erb
tkh_authentication-0.9.2 app/views/password_resets/edit.html.erb
tkh_authentication-0.9.1 app/views/password_resets/edit.html.erb
tkh_authentication-0.9 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.7 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.6 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.5 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.3 app/views/password_resets/edit.html.erb