From 5c2e89b279c7f6e9116f41df94fe23f546e5b792 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 28 Feb 2012 23:01:50 +0200 Subject: [PATCH] reduced number of recent projects for dashboard to 5 --- app/views/dashboard/_projects_feed.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/_projects_feed.html.haml b/app/views/dashboard/_projects_feed.html.haml index 228efa08..1d53cf74 100644 --- a/app/views/dashboard/_projects_feed.html.haml +++ b/app/views/dashboard/_projects_feed.html.haml @@ -1,4 +1,4 @@ -- @active_projects.first(10).each do |project| +- @active_projects.first(5).each do |project| .wll = link_to project do %h4