From 5fed30ba8850bf5b501fd110e3ab9b13faa6b161 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 13 Jul 2009 16:01:49 -0300 Subject: [PATCH] ActionItem1165: identifying not logged in users --- app/views/layouts/application.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.rhtml b/app/views/layouts/application.rhtml index e968992..59e21f4 100644 --- a/app/views/layouts/application.rhtml +++ b/app/views/layouts/application.rhtml @@ -39,7 +39,7 @@ # Identify the current controller and action for the CSS: " controller_"+ @controller.controller_name() + " action_"+ @controller.controller_name() +"_"+ @controller.action_name() + - (logged_in? ? ' logged-in' : '') + (logged_in? ? ' logged-in' : 'not-logged-in') %>' onload='noosfero_init();' help=<%= _('Pass the mouse over page elements to get help on them. Click the question mark icon on the top-right corner to deactivate this help window.').inspect %> onresize="registerDocumentSize()">