diff --git a/app/views/teams/_projects.html.haml b/app/views/teams/_projects.html.haml
index 09dff4e..d0061aa 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
--
libgit2 0.21.2