Sha256: a2a34595864aaeec0e8d8712924a39b8e04a3adbe10989108968c724539d9b78
Contents?: true
Size: 437 Bytes
Versions: 66
Compression:
Stored size: 437 Bytes
Contents
<h2>Forgot your password?</h2> <%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%= devise_error_messages! %> <div class="field"> <%= f.label :email %><br /> <%= f.email_field :email, autofocus: true %> </div> <div class="actions"> <%= f.submit "Send me reset password instructions" %> </div> <% end %> <%= render "cms_admin_users/shared/links" %>
Version data entries
66 entries across 66 versions & 1 rubygems