Sha256: 40a1c3dd98cfb3a8080ed18a07ae794f8d192789ab2fc92a274f48e3c9b31d9d

Contents?: true

Size: 519 Bytes

Versions: 48

Compression:

Stored size: 519 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| %>
    <%= f.hidden_field :email %>
    <%= f.text_form_group :password, field_type: 'password' %>
    <%= f.text_form_group :password_confirmation, field_type: 'password' %>
    <%= f.recaptcha :recaptcha %>
    <%= f.submit 'Update password', class: 'btn btn-primary' %>
  <% end %>
 </div>
</div>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
incline-0.3.14 app/views/incline/password_resets/edit.html.erb
incline-0.3.13 app/views/incline/password_resets/edit.html.erb
incline-0.3.12 app/views/incline/password_resets/edit.html.erb
incline-0.3.11 app/views/incline/password_resets/edit.html.erb
incline-0.3.10 app/views/incline/password_resets/edit.html.erb
incline-0.3.9 app/views/incline/password_resets/edit.html.erb
incline-0.3.8 app/views/incline/password_resets/edit.html.erb
incline-0.3.7 app/views/incline/password_resets/edit.html.erb
incline-0.3.6 app/views/incline/password_resets/edit.html.erb
incline-0.3.5 app/views/incline/password_resets/edit.html.erb
incline-0.3.4 app/views/incline/password_resets/edit.html.erb
incline-0.3.3 app/views/incline/password_resets/edit.html.erb
incline-0.3.2 app/views/incline/password_resets/edit.html.erb
incline-0.3.1 app/views/incline/password_resets/edit.html.erb
incline-0.3.0 app/views/incline/password_resets/edit.html.erb
incline-0.2.36 app/views/incline/password_resets/edit.html.erb
incline-0.2.35 app/views/incline/password_resets/edit.html.erb
incline-0.2.34 app/views/incline/password_resets/edit.html.erb
incline-0.2.28 app/views/incline/password_resets/edit.html.erb
incline-0.2.27 app/views/incline/password_resets/edit.html.erb