Sha256: 8d4319b96e766f66b5c067f3162602fc63d681786c151e3783d908189286ec76

Contents?: true

Size: 427 Bytes

Versions: 7

Compression:

Stored size: 427 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 %>

<%# partial in tkh_menus gem or has to be added in host app %>
<%= render './shared/menus' %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tkh_authentication-0.9.6 app/views/password_resets/edit.html.erb
tkh_authentication-0.9.5 app/views/password_resets/edit.html.erb
tkh_authentication-0.9.4 app/views/password_resets/edit.html.erb
tkh_authentication-0.9.3 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.11 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.10 app/views/password_resets/edit.html.erb
tkh_authentication-0.1.9 app/views/password_resets/edit.html.erb