about summary refs log tree commit diff stats
path: root/app/views/devise/registrations
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/registrations
parent2586fba3b8a181289c597071733774b3a406f675 (diff)
downloadthoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.gz
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.tar.bz2
thoughts-dd231a335758873dcd9024db7618837094fcc0a5.zip
Added page titles
refs #4
Diffstat (limited to 'app/views/devise/registrations')
-rw-r--r--app/views/devise/registrations/edit.html.erb2
-rw-r--r--app/views/devise/registrations/new.html.erb2
2 files changed, 4 insertions, 0 deletions
diff --git a/app/views/devise/registrations/edit.html.erb b/app/views/devise/registrations/edit.html.erb index 1e66f3d..471580a 100644 --- a/app/views/devise/registrations/edit.html.erb +++ b/app/views/devise/registrations/edit.html.erb
@@ -1,3 +1,5 @@
1<% "Edit account" %>
2
1<h2>Edit <%= resource_name.to_s.humanize %></h2> 3<h2>Edit <%= resource_name.to_s.humanize %></h2>
2 4
3<%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %> 5<%= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f| %>
diff --git a/app/views/devise/registrations/new.html.erb b/app/views/devise/registrations/new.html.erb index 5a238ce..ad0a77f 100644 --- a/app/views/devise/registrations/new.html.erb +++ b/app/views/devise/registrations/new.html.erb
@@ -1,3 +1,5 @@
1<% title "Sign up" %>
2
1<h2>Sign up</h2> 3<h2>Sign up</h2>
2 4
3<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %> 5<%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>