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|
|
- projects.each do |project|
|
||||||
%li
|
%li
|
||||||
= link_to project_path(project), class: dom_class(project) do
|
= 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.arrow
|
||||||
→
|
→
|
||||||
%span.last_activity
|
%span.last_activity
|
||||||
|
|
Loading…
Add table
Reference in a new issue