- title "Forgot password" %h2 Forgot your password? = devise_error_messages! #principal = form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| .field = f.label :email = f.email_field :email, autofocus: true .submit-field = f.submit "Submit" .navigation= link_to "Log in", new_session_path(resource_name) .navigation= link_to "← Back to thoughts", root_url header'> cgit logo index : thoughts
mixed-content personal blog
about summary refs log tree commit diff stats
path: root/app/views/records/_record.html.haml
blob: 80a365c84c7600d8569e28ad29cee253ee278831 (plain) (blame)
1
2
3
4
5
6
7