Add window titles to auth pages and about page, link sign up/login from about page

This commit is contained in:
Eugen Rochko
2016-10-14 01:03:12 +02:00
parent 33f7e1cf99
commit 9b195f5dd3
8 changed files with 25 additions and 3 deletions

View File

@ -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!

View File

@ -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!