diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index ef2fae70c..64d633575 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -50,8 +50,8 @@ <%= textilizable(news, :description) %> - <%= news.created_on %> - <%= link_to l(:label_project_newother),news_path(news)%><%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count >= 0 %> + <%= format_time(news.created_on) %> + <%= link_to l(:label_project_newother),news_path(news)%><%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count >= 0 %>