[refs #265] fixed last project size

This commit is contained in:
Alexander Machehin 2012-03-12 02:04:49 +06:00
parent de61bc8cee
commit 9c6ba7a584
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
%h3= t("layout.activity_feed.my_last_projects") %h3= t("layout.activity_feed.my_last_projects")
%table %table
%tbody %tbody
- current_user.projects.each do |project| - current_user.projects.order('updated_at DESC').limit(5).each do |project|
%tr %tr
%td %td
- if project.public? - if project.public?