diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-22 11:23:43 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-22 11:23:43 -0800 |
commit | c08c776dae6b9807b50ac943ca153d96ebf68705 (patch) | |
tree | b21dbfec23289860e880eb3265dd98c0a03e6452 | |
parent | f9758c726fb07d3045711c48809c72c09e930447 (diff) | |
parent | 56243c0a63a738bcac2c74852f0a9f3db91ad49c (diff) | |
download | gitlab-ce-c08c776dae6b9807b50ac943ca153d96ebf68705.tar.gz |
Merge pull request #223 from argami/master
Solved issue #188
-rw-r--r-- | app/views/dashboard/_projects_feed.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/_projects_feed.html.haml b/app/views/dashboard/_projects_feed.html.haml index da9b45f75f6..0d347246355 100644 --- a/app/views/dashboard/_projects_feed.html.haml +++ b/app/views/dashboard/_projects_feed.html.haml @@ -1,7 +1,7 @@ #feeds_content_holder - @active_projects.first(3).each do |project| .project-box.project-updates.ui-box.ui-box-small.ui-box-big - = link_to project, do + = link_to project do %h3= project.name .data - project.updates(3).each do |update| |