Skip to content
Snippets Groups Projects

WIP: Development

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -95,7 +95,8 @@
<label>Where are you located?</label>
<input type="text" class="form-control" id="inputComment"
name="comment"
placeholder="Cubicle 1..." th:value="${request.comment}"/>
placeholder="Cubicle 1..." th:value="${request.comment}"
minlength=15 />
</div>
<div th:if="${request.requestType.name.equalsIgnoreCase('question')}" class="form-group" id="question">
Loading