summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/teams/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
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