Skip to content
Snippets Groups Projects
Commit 05a9c3b4 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Add room to request table

parent 65a19111
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@
<th>Assigned</th>
<th>Course</th>
<th>Handled</th>
<th>Room</th>
</tr>
</thead>
<tbody>
......@@ -39,6 +40,7 @@
<small th:text="${#temporals.format(request.handledAt, 'dd-MM HH:mm')}">22 May 2016</small>
</th:block>
</td>
<td th:text="${request.getRoom().toString()}">Room</td>
</tr>
</th:block>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment