Skip to content
Snippets Groups Projects

Resolve "[Queue-2.0] Timeline with long forwards"

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -31,11 +31,11 @@
<div class="timeline-description"
th:if="${@permissionService.canViewRequestAssistantReason(request.id)}"
th:text="${event.descriptionForAssistant}"
style="white-space: pre"></div>
style="white-space: pre-line"></div>
<div class="timeline-description"
th:unless="${@permissionService.canViewRequestAssistantReason(request.id)}"
th:text="${event.description}"
style="white-space: pre"></div>
style="white-space: pre-line"></div>
<div class="timeline-time">
<span th:text="${#temporals.format(event.timestamp, 'MMM dd, yyyy ''at'' HH:mm')}"></span>
Loading