From 0e5b1d62a15227e7a08bd796c90d63caac8f9047 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Thu, 11 Jul 2013 15:33:37 +0200 Subject: [PATCH] Fix #1279 : Fix "share a list" template --- templates/web/prod/actions/Feedback/List-Share.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/web/prod/actions/Feedback/List-Share.html.twig b/templates/web/prod/actions/Feedback/List-Share.html.twig index 8affb326c2..60b9fd82e2 100644 --- a/templates/web/prod/actions/Feedback/List-Share.html.twig +++ b/templates/web/prod/actions/Feedback/List-Share.html.twig @@ -29,8 +29,8 @@ - {{ owner.getUser().get_display_name() }} - + {{ owner.getUser(app).get_display_name() }} + {% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %}