Skip to content
Snippets Groups Projects

Resolve "[Queue-2.0] Request view page does not load correctly"

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -46,7 +46,8 @@
<dd th:text="${request.session.name}"></dd>
<dt>Room</dt>
<dd th:text="|${request.room.building.name} - ${request.room.name}|"></dd>
<dd th:if="${room.building == null}" th:text="${request.room.name}"></dd>
<dd th:unless="${room.building == null}" th:text="|${request.room.building.name} - ${request.room.name}|"></dd>
<dt>Status</dt>
<dd th:include="request/status :: status(${request.eventInfo.status})"></dd>
Loading