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