This commit is contained in:
		| @@ -22,8 +22,8 @@ | ||||
| 		<div class="accordion" id="acc"> | ||||
| 			<div class="accordion-item" th:each="b : ${mybookings}"> | ||||
| 				<h2 class="accordion-header" th:id="'acc-head-' + ${b.pk}"> | ||||
| 					<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" th:data-bs-target="'#acc-body-' + ${b.pk}" aria-expanded="true" | ||||
| 						th:aria-controls="'#acc-body-' + ${b.pk}"> | ||||
| 					<button class="accordion-button collapsed" th:style="'background: ' + ${b.accept == null ? '#fdb' : (b.accept ? '#cfc' : '#fcc')}" type="button" data-bs-toggle="collapse" | ||||
| 						th:data-bs-target="'#acc-body-' + ${b.pk}" aria-expanded="true" th:aria-controls="'#acc-body-' + ${b.pk}"> | ||||
| 						<i class="fas fa-check framed framed-green" th:if="${b.accept}"></i> <i class="fas fa-ban framed framed-red" th:if="${b.accept} == false"></i> <i | ||||
| 							class="fas fa-question framed framed-orange" th:if="${b.accept} == null"></i> <span | ||||
| 							th:text="${b.forename + ' ' + b.surname + ' in ' + b.campName + ' ' + #numbers.formatInteger(b.year, 4)}" style="font-weight: bolder"></span> in <span | ||||
|   | ||||
		Reference in New Issue
	
	Block a user