Sha256: 08c17eedc989b1b890f2ea70193eb70f86d10f71ee3efa118f0d5172f64e00a2
Contents?: true
Size: 730 Bytes
Versions: 1
Compression:
Stored size: 730 Bytes
Contents
.container .row .profile.center = panel title: 'Forgot your password?', context: :primary do = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post, class: 'form-horizontal' }, wrapper: :horizontal_form, wrapper_mappings: { check_boxes: :horizontal_radio_and_checkboxes, boolean: :horizontal_boolean } ) do |f| .panel-body = f.error_notification .form-inputs = f.input :email, required: true, autofocus: true .panel-footer .buttons = f.button :submit, "Send me reset password instructions", class: "btn-primary" .links = render "devise/shared/links"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
happy_seed-0.0.21 | lib/generators/happy_seed/devise/templates/app/views/devise/passwords/new.html.haml |