Skip to content

Commit

Permalink
add federal state info to single working time view
Browse files Browse the repository at this point in the history
  • Loading branch information
bseber committed Dec 28, 2023
1 parent 50aedc3 commit 56297de
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@
th:with="workingTime=${workingTimes[0]}"
>
<div class="mt-8">
<p th:text="${#messages.msg(workingTime.federalStateMessageKey)}">
Baden-Württemberg
</p>
<div th:replace="~{::working-time-block}"></div>
</div>
</th:block>
Expand Down

0 comments on commit 56297de

Please sign in to comment.