summaryrefslogtreecommitdiff
path: root/app/views/groups/_projects.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 16:16:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 16:16:29 +0300
commit6e2a75df8ef0ea623c42c8cb6afc75690c011c5a (patch)
tree568620af539e3c45c68000a6ed1130daf433a802 /app/views/groups/_projects.html.haml
parent11e1c0134195270eabd2774055713699450ba49d (diff)
downloadgitlab-ce-6e2a75df8ef0ea623c42c8cb6afc75690c011c5a.tar.gz
Dont truncate project names on group page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/_projects.html.haml')
-rw-r--r--app/views/groups/_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_projects.html.haml b/app/views/groups/_projects.html.haml
index a6ca41877a4..2ebff21b819 100644
--- a/app/views/groups/_projects.html.haml
+++ b/app/views/groups/_projects.html.haml
@@ -16,6 +16,6 @@
= visibility_level_icon(project.visibility_level)
%span.str-truncated
%span.project-name
- = truncate(project.name, length: 25)
+ = project.name
%span.arrow
%i.icon-angle-right