Sha256: 55201d6163baec26e644efddb53e23b7a0c111972b66c9af67e02c2310e5f455
Contents?: true
Size: 541 Bytes
Versions: 2
Compression:
Stored size: 541 Bytes
Contents
<% provide(:title, 'Reset password') %> <h1>Reset password</h1> <%= error_summary(@user) %> <div class="row"> <div class="col-md-4 col-md-offset-4"> <%= form_for(@user, url: password_reset_path(params[:id])) do |f| %> <%= hidden_field_tag :email, @user.email %> <%= text_form_group f, :password, field_type: 'password' %> <%= text_form_group f, :password_confirmation, field_type: 'password' %> <%= add_recaptcha_challenge %> <%= f.submit 'Update password', class: 'btn btn-primary' %> <% end %> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
barkest_core-1.5.4.0 | app/views/password_resets/edit.html.erb |
barkest_core-1.5.3.0 | app/views/password_resets/edit.html.erb |