Skip to content
Snippets Groups Projects
Commit 70380cdb authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'fix-bullet-points' into 'development'

Fix bullet points for constraints

See merge request !725
parents 7b83a33f 0eb57f3b
Branches
Tags
2 merge requests!725Fix bullet points for constraints,!724Deploy
......@@ -75,7 +75,7 @@
<th:block th:if="${!#lists.isEmpty(qSession.constraints.toList())}">
<dt class="fw-500 mt-3">Constraints</dt>
<dd>
<ul>
<ul class="list">
<li
th:each="constraint : ${qSession.constraints.toList()}"
th:text="|${constraint.constraintDescription()} ${constraint.canCreateRequest(#authenticatedP.id) ? '' : '(you do not satisfy this)'}|"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment