Commit c367cc5c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Show projet name with namespace on team _projects widget

parent cf848fd0
...@@ -14,7 +14,7 @@ ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment