[refs #265] fixed last project size
This commit is contained in:
parent
de61bc8cee
commit
9c6ba7a584
|
@ -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?
|
||||||
|
|
Loading…
Reference in New Issue