From 974f1b8a023f84f4aee3816304be93ab780a70d0 Mon Sep 17 00:00:00 2001 From: Mike Ng Date: Fri, 17 Nov 2017 11:32:37 +0400 Subject: [PATCH] Porting PHRAS-1542 to 4.1 --- templates/web/prod/index.html.twig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/web/prod/index.html.twig b/templates/web/prod/index.html.twig index 6e8d7118d6..07f711d72f 100644 --- a/templates/web/prod/index.html.twig +++ b/templates/web/prod/index.html.twig @@ -288,6 +288,11 @@
+ {% set useTruncation = app['settings'].getUserSetting(app.getAuthenticatedUser(), 'use_truncation') %} +