Sha256: 21e3a0c74944ef9e9cc27d803797e5a75a9534bd224314394689f833c6987d5b
Contents?: true
Size: 866 Bytes
Versions: 5
Compression:
Stored size: 866 Bytes
Contents
.ui.middle.aligned.center.aligned.grid .column <%- if options[:metatags] %> h2.ui.center.aligned.dividing.header.teal= title('Forgot your password?') <%- else %> h2.ui.center.aligned.dividing.header.teal Forgot your password? <% end %> = simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| = f.error_notification .field = f.input :email, required: true, autofocus: true, input_html: { autocomplete: "email" } .actions = f.button :submit, 'Send me reset password instructions', class: 'btn btn-primary btn-block btn-lg' .ui.horizontal.divider or .ui.horizontal.list = render "devise/shared/links" css: body > .grid { height: 90%; } .column { max-width: 450px; } @media (min-width: 768px){ .column { max-width: 600px; } }
Version data entries
5 entries across 5 versions & 1 rubygems