Add window titles to auth pages and about page, link sign up/login from about page
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
- content_for :page_title do
|
||||
Change password
|
||||
|
||||
= form_for(resource, as: resource_name, url: registration_path(resource_name), html: { method: :put }) do |f|
|
||||
= devise_error_messages!
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
- content_for :page_title do
|
||||
Sign up
|
||||
|
||||
= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f|
|
||||
= devise_error_messages!
|
||||
|
||||
|
Reference in New Issue
Block a user