From ca075b77bed69b38d0e9427dc59a54364b8040b2 Mon Sep 17 00:00:00 2001 From: Alinson Santos Date: Tue, 4 Mar 2008 07:09:40 -0300 Subject: [PATCH] Bugfix --- app/views/users/dashboard.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/dashboard.html.haml b/app/views/users/dashboard.html.haml index 32fb33f..2cf70c6 100644 --- a/app/views/users/dashboard.html.haml +++ b/app/views/users/dashboard.html.haml @@ -6,7 +6,7 @@ - last_time = nil %h3 Notícias Recentes - - if @events.empty? + - if @news.empty? %ul %li.no_itens Nenhum notícia recente