From c367cc5ca66c0d59c0e5228ed1724023ea6ad06e Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 16 Mar 2013 14:40:16 +0200 Subject: [PATCH] Show projet name with namespace on team _projects widget --- app/views/teams/_projects.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/teams/_projects.html.haml b/app/views/teams/_projects.html.haml index 09dff4edf3d..d0061aa2df7 100644 --- a/app/views/teams/_projects.html.haml +++ b/app/views/teams/_projects.html.haml @@ -14,7 +14,7 @@ - projects.each do |project| %li = link_to project_path(project), class: dom_class(project) do - %strong.well-title= truncate(project.name, length: 25) + %strong.well-title= truncate(project.name_with_namespace, length: 40) %span.arrow → %span.last_activity