Skip to content
Snippets Groups Projects

Resolve "Add Queue Feedback Link"

3 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -105,6 +105,7 @@
<th th:text="#{person.number}"></th>
<th th:text="#{jobOffer.before}"></th>
<th th:text="#{jobOffer.status}"></th>
<th th:text="#{jobOffer.queueFeedback}"></th>
<th></th>
</tr>
<tr
@@ -115,6 +116,13 @@
<td th:text="${app.taBefore} ? #{general.yes} : #{general.no}"></td>
<td
th:text="#{|status.jobOffer.${#strings.toLowerCase(app.status.name())}|}"></td>
<td>
<a
class="text-button"
target="_blank"
th:text="#{jobOffer.queueFeedback.view}"
th:href="|${@environment.getProperty('tam.queue-url')}/feedback/${app.personId}|"></a>
</td>
<td>
<div class="table_actions">
<form
Loading