Show projet name with namespace on team _projects widget
This commit is contained in:
parent
cf848fd06d
commit
c367cc5ca6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue