Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 17:16:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 17:16:29 +0400
commit6e2a75df8ef0ea623c42c8cb6afc75690c011c5a (patch)
tree568620af539e3c45c68000a6ed1130daf433a802 /app
parent11e1c0134195270eabd2774055713699450ba49d (diff)
Dont truncate project names on group page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-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