Commit c367cc5ca66c0d59c0e5228ed1724023ea6ad06e
1 parent
cf848fd0
Exists in
master
and in
4 other branches
Show projet name with namespace on team _projects widget
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/teams/_projects.html.haml
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | - projects.each do |project| |
15 | 15 | %li |
16 | 16 | = link_to project_path(project), class: dom_class(project) do |
17 | - %strong.well-title= truncate(project.name, length: 25) | |
17 | + %strong.well-title= truncate(project.name_with_namespace, length: 40) | |
18 | 18 | %span.arrow |
19 | 19 | → |
20 | 20 | %span.last_activity | ... | ... |