summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:39:51 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-24 22:39:51 +0200
commit2f22874ba6b26c1653bd72d9bcac0bee9e24de8a (patch)
tree4c70a19758d0bf39d92cd514539a256bae8a2c77 /app/views/dashboard
parent65c470e84396a9db4b697a45128ce8d28c612d7c (diff)
downloadgitlab-ce-2f22874ba6b26c1653bd72d9bcac0bee9e24de8a.tar.gz
Fix group assoc. Show namespace in project list
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/_projects.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/dashboard/_projects.html.haml b/app/views/dashboard/_projects.html.haml
index 00f19ccdcc6..a2031861e8c 100644
--- a/app/views/dashboard/_projects.html.haml
+++ b/app/views/dashboard/_projects.html.haml
@@ -12,7 +12,11 @@
- projects.each do |project|
%li.wll
= link_to project_path(project), class: dom_class(project) do
- %strong.project_name= truncate(project.name, length: 25)
+ - if project.namespace
+ = project.namespace.human_name
+ \/
+ %strong.project_name
+ = truncate(project.name, length: 25)
%span.arrow
&rarr;
%span.last_activity