Add the project name to the title of the Devise login page, so that

applications that require a unique name in the window title (like
KeePassX) can use auto fill, etc.
This commit is contained in:
Ricky Elrod 2012-01-10 11:23:13 -05:00
parent d0e3d19902
commit 4556323bda

View file

@ -4,6 +4,7 @@
= content_for :page_title do = content_for :page_title do
= t('devise.sessions.new.sign_in') = t('devise.sessions.new.sign_in')
| DIASPORA* ALPHA
= content_for :head do = content_for :head do
= include_javascripts :login = include_javascripts :login