summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 18:22:39 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-12 18:22:39 +0000
commit86fa07402467272a28ed7983268f9012eb85879d (patch)
treee30f353e34b08d24899d260c1975eb6827d6102e
parent988ac03b89746d1c8ab71bbeac3a65ed53771b43 (diff)
parent6e2a75df8ef0ea623c42c8cb6afc75690c011c5a (diff)
downloadgitlab-ce-86fa07402467272a28ed7983268f9012eb85879d.tar.gz
Merge branch 'ui-improvements' into 'master'
Ui improvements
-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