Commit 6e2a75df8ef0ea623c42c8cb6afc75690c011c5a

Authored by Dmitriy Zaporozhets
1 parent 11e1c013

Dont truncate project names on group page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
... ...