From 60c5a31bb03d8069b0a32abfa596e434ff02b77d Mon Sep 17 00:00:00 2001 From: aynsix Date: Thu, 11 Mar 2021 11:08:17 +0300 Subject: [PATCH] PHRAS-3388 validation title clickable --- templates/web/prod/preview/voting_notice.html.twig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/web/prod/preview/voting_notice.html.twig b/templates/web/prod/preview/voting_notice.html.twig index fd581320d0..50139d09ca 100644 --- a/templates/web/prod/preview/voting_notice.html.twig +++ b/templates/web/prod/preview/voting_notice.html.twig @@ -6,7 +6,13 @@ {% if validationSession.isParticipant(app.getAuthenticatedUser()) and (validationSession.getParticipant(app.getAuthenticatedUser()).getCanSeeOthers() or validationSession.getParticipant(app.getAuthenticatedUser()).getUser() == app.getAuthenticatedUser() )%} {% set basketName = basket.getName() %}
-
+
{{ basketName }} {% if validationSession.getExpires() < date() %}