diff --git a/app/views/dashboard/_projects_feed.html.haml b/app/views/dashboard/_projects_feed.html.haml index 228efa0..1d53cf7 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 -- libgit2 0.21.2