about summary refs log tree commit diff stats
path: root/app/views/devise/passwords/new.html.erb
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 15:00:52 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2017-07-02 15:00:52 -0400
commit7971d7ac77c83717afcceaa1f476d1eb9afd5918 (patch)
tree5253143e7725b3f870d2f7070cf7b767c80ae1e7 /app/views/devise/passwords/new.html.erb
parent1c606f4a6e99576614f5ce3c698f56e96d03e6a3 (diff)
downloadthoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.tar.gz
thoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.tar.bz2
thoughts-7971d7ac77c83717afcceaa1f476d1eb9afd5918.zip
Styled password reset form
Diffstat (limited to 'app/views/devise/passwords/new.html.erb')
-rw-r--r--app/views/devise/passwords/new.html.erb16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/devise/passwords/new.html.erb b/app/views/devise/passwords/new.html.erb deleted file mode 100644 index 3d6d11a..0000000 --- a/app/views/devise/passwords/new.html.erb +++ /dev/null
@@ -1,16 +0,0 @@
1<h2>Forgot your password?</h2>
2
3<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %>
4 <%= devise_error_messages! %>
5
6 <div class="field">
7 <%= f.label :email %><br />
8 <%= f.email_field :email, autofocus: true %>
9 </div>
10
11 <div class="actions">
12 <%= f.submit "Send me reset password instructions" %>
13 </div>
14<% end %>
15
16<%= render "devise/shared/links" %>