PHRAS-3388 validation title clickable

This commit is contained in:
aynsix
2021-03-11 11:08:17 +03:00
parent 901df528c9
commit 60c5a31bb0

View File

@@ -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() %}
<dl class="feedback-data-list" style="margin-bottom:15px;margin-top:0px;padding-bottom:15px;position:relative;">
<dt>
<dt data-kind="BASK"
data-position="0"
data-id="{{ basket.getId() }}"
data-reload="true"
class="to-open-preview-action" title="{{ basket.getDescription() }}"
style="cursor:pointer;"
>
{{ basketName }}
{% if validationSession.getExpires() < date() %}