summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGamaliel A. Toro Herrera <argami@gmail.com>2011-12-22 14:09:41 +0100
committerGamaliel A. Toro Herrera <argami@gmail.com>2011-12-22 14:09:41 +0100
commit56243c0a63a738bcac2c74852f0a9f3db91ad49c (patch)
treeb21dbfec23289860e880eb3265dd98c0a03e6452
parentf9758c726fb07d3045711c48809c72c09e930447 (diff)
downloadgitlab-ce-56243c0a63a738bcac2c74852f0a9f3db91ad49c.tar.gz
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|