From fe4530f86b88c4088029db7f0093176b53d62763 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 25 Dec 2011 23:49:45 -0500 Subject: [PATCH] fixed 500 on notifications#index --- 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 41c04bf72..47d955d56 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -91,7 +91,7 @@ #notifications - - unless user_signed_in? + - unless current_user %header{:class=>('landing')} = render 'layouts/header'