Show projet name with namespace on team _projects widget

5-0-stable
Dmitriy Zaporozhets 2013-03-16 14:40:16 +02:00
parent cf848fd06d
commit c367cc5ca6
1 changed files with 1 additions and 1 deletions

View File

@ -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