Sha256: 13892d01b3cf50a2dad88815c9f372b7e3fb7580e824ff146632c261dc6a62e3
Contents?: true
Size: 1005 Bytes
Versions: 5
Compression:
Stored size: 1005 Bytes
Contents
.ui.middle.aligned.center.aligned.grid .column %h2.ui.center.aligned.dividing.header.teal %i.lock.icon <%- if options[:metatags] %> = title('Forgot your password?') <% else -%> | Forgot your password? <%- end %> %div{class: "ui form large #{"error" if resource.errors.any?}"} = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| .ui.error.message = render 'devise/shared/error_messages' .field = f.label :email = f.email_field :email, autofocus: true ,placeholder: "Enter your registered email" %br .actions = f.submit "Send me reset password instructions",class: "ui submit button teal fluid" .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