From 4556323bda7e5fb18ea95e3d4cc181b047348074 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 10 Jan 2012 11:23:13 -0500 Subject: [PATCH] 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. --- app/views/sessions/new.haml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/sessions/new.haml b/app/views/sessions/new.haml index 82a79c7b7..4df57f6ac 100644 --- a/app/views/sessions/new.haml +++ b/app/views/sessions/new.haml @@ -4,6 +4,7 @@ = content_for :page_title do = t('devise.sessions.new.sign_in') + | DIASPORA* ALPHA = content_for :head do = include_javascripts :login