optimized reason for slot difference
This commit is contained in:
		| @@ -265,7 +265,7 @@ | ||||
| 							</a><a th:href="@{/done/slot/add?day={d}(d=${s.day})}" class="slot_badge_middle" th:unless="${s.id}"> | ||||
| 								<i class="fas fa-plus"></i> | ||||
| 							</a> | ||||
| 							<span class="slot_badge_middle slot_reason" th:if="${s.reason}" th:text="${s.reason}"></span><span class="slot_badge_right boldy" th:text="${s.printTime()}" th:if="${s.id}"></span><span | ||||
| 							<span class="slot_badge_middle slot_reason" th:if="${s.reason}" th:text="${s.reason}"></span><span th:class="${s.reason != null ? 'slot_badge_right' : 'slot_badge_right boldy'}" th:text="${s.printTime()}" th:if="${s.id}"></span><span | ||||
| 								class="slot_badge_right" th:unless="${s.id}"> --:-- </span> | ||||
| 						</div> | ||||
| 					</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user