Sha256: 1984242833db7812037905f302b3af35eea31f58f12a2b0dc2c0ad3049c3f2c3
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
<div class="six wide column"> <h2 class="ui header">Reset your password!</h2> <%= form_with model: User.new, scope: '', url: password_reset_url(params[:token]), class: 'ui attached form segment' do |f| %> <%= f.password_field :password, css: { wrapper_input: 'ten wide column' } %> <%= f.password_field :password_confirmation, css: { wrapper_input: 'ten wide column' } %> <%= f.submit 'confirm' %> <% end %> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_auth-1.0.6 | app/views/auth/password/edit.html.erb |
rails_auth-1.0.5 | app/views/rails_auth_web/password/edit.html.erb |
rails_auth-1.0.4 | app/views/rails_auth_web/password/edit.html.erb |