Commit 86fa07402467272a28ed7983268f9012eb85879d

Authored by Dmitriy Zaporozhets
2 parents 988ac03b 6e2a75df

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 16 = visibility_level_icon(project.visibility_level)
17 17 %span.str-truncated
18 18 %span.project-name
19   - = truncate(project.name, length: 25)
  19 + = project.name
20 20 %span.arrow
21 21 %i.icon-angle-right
... ...