Commit 5c2e89b279c7f6e9116f41df94fe23f546e5b792

Authored by Dmitriy Zaporozhets
1 parent 376bec26

reduced number of recent projects for dashboard to 5

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/dashboard/_projects_feed.html.haml
1   -- @active_projects.first(10).each do |project|
  1 +- @active_projects.first(5).each do |project|
2 2 .wll
3 3 = link_to project do
4 4 %h4
... ...