about summary refs log tree commit diff stats
path: root/app/views/devise/unlocks
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-07-06 16:52:48 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-07-06 16:52:48 -0400
commitdd231a335758873dcd9024db7618837094fcc0a5 (patch)
treef65a353ff0988e2be5970c29bd6bb7bb4d5c9edf /app/views/devise/unlocks
parent2586fba3b8a181289c597071733774b3a406f675 (diff)
downloadthoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.gz
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.bz2
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.zip
Added page titles
refs #4
Diffstat (limited to 'app/views/devise/unlocks')
-rw-r--r--app/views/devise/unlocks/new.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/devise/unlocks/new.html.erb b/app/views/devise/unlocks/new.html.erb index 16586bc..8a9097a 100644 --- a/app/views/devise/unlocks/new.html.erb +++ b/app/views/devise/unlocks/new.html.erb
@@ -1,3 +1,5 @@
1<% title "Resend unlock instructions" %>
2
1<h2>Resend unlock instructions</h2> 3<h2>Resend unlock instructions</h2>
2 4
3<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %> 5<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |f| %>