3 events on dashboard, fixed issue gl#250
This commit is contained in:
parent
86829cae50
commit
4451b8df8a
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
.project-box.project-updates.ui-box.ui-box-small.ui-box-big
|
||||
%h3= project.name
|
||||
.data
|
||||
- project.updates(4).each do |update|
|
||||
- project.updates(3).each do |update|
|
||||
%a.project-update{:href => dashboard_feed_path(project, update)}
|
||||
= image_tag gravatar_icon(update.author_email), :class => "left", :width => 40
|
||||
%span.update-title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue