Commit 86fa07402467272a28ed7983268f9012eb85879d
Exists in
spb-stable
and in
2 other branches
Merge branch 'ui-improvements' into 'master'
Ui improvements
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/groups/_projects.html.haml
| @@ -16,6 +16,6 @@ | @@ -16,6 +16,6 @@ | ||
| 16 | = visibility_level_icon(project.visibility_level) | 16 | = visibility_level_icon(project.visibility_level) |
| 17 | %span.str-truncated | 17 | %span.str-truncated |
| 18 | %span.project-name | 18 | %span.project-name |
| 19 | - = truncate(project.name, length: 25) | 19 | + = project.name |
| 20 | %span.arrow | 20 | %span.arrow |
| 21 | %i.icon-angle-right | 21 | %i.icon-angle-right |