src/main/resources/templates/sheet.html aktualisiert

highlight missing teachers
This commit is contained in:
2026-01-30 08:53:22 +01:00
parent 8f9878a8e2
commit ccead100dd

View File

@@ -19,9 +19,10 @@
<span class="smallbadge tagbu" th:if="${s.bibleclass}">Bibelunterricht</span>
<span class="smallbadge tagju" th:if="${s.youthgroup}">Jungschar</span>
</td>
<td><a th:href="@{/lesson?slotId={id}(id=${s.pkSlot})}" class="btn btn-outline-secondary"> <span th:text="${s.abbreviation}" th:if="${s.abbreviation}"></span> <i
class="bi bi-pencil" th:if="${s.abbreviation == null || s.abbreviation.isBlank()}"></i>
</a></td>
<td>
<a th:href="@{/lesson?slotId={id}(id=${s.pkSlot})}" class="btn btn-outline-secondary" th:if="${s.abbreviation}"> <span th:text="${s.abbreviation}"></span></a>
<a th:href="@{/lesson?slotId={id}(id=${s.pkSlot})}" class="btn btn-outline-danger" th:if="${s.abbreviation == null || s.abbreviation.isBlank()}"><i class="bi bi-pencil"></i></a>
</td>
<td>
<div class="container">
<div class="row">