Skip to content
Snippets Groups Projects

Fix editing of hiring and reject messages

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -227,6 +227,7 @@
<textarea
class="textfield"
data-style="variant"
name="hiringMessage"
placeholder="Enter hiring message"
th:text="${offer.hiringMessage}"
rows="4"></textarea>
@@ -247,6 +248,7 @@
<textarea
class="textfield"
data-style="variant"
name="rejectMessage"
placeholder="Enter rejection message"
th:text="${offer.rejectMessage}"
rows="4"></textarea>
Loading