From 597258615b34954e8c1b29c83c02993a53cac32d Mon Sep 17 00:00:00 2001 From: maxwell Date: Thu, 18 Nov 2010 11:06:17 -0800 Subject: [PATCH] adding star back to title --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c7a63a2ed..277996c5f 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,7 +9,7 @@ %title - if current_user - = "#{current_user.real_name} | DIASPORA" + = "#{current_user.real_name} | DIASPORA*" - else DIASPORA