summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-22 11:23:43 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2011-12-22 11:23:43 -0800
commitc08c776dae6b9807b50ac943ca153d96ebf68705 (patch)
treeb21dbfec23289860e880eb3265dd98c0a03e6452
parentf9758c726fb07d3045711c48809c72c09e930447 (diff)
parent56243c0a63a738bcac2c74852f0a9f3db91ad49c (diff)
downloadgitlab-ce-c08c776dae6b9807b50ac943ca153d96ebf68705.tar.gz
Merge pull request #223 from argami/master
Solved issue #188
-rw-r--r--app/views/dashboard/_projects_feed.html.haml2
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|