mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-19 22:15:03 +00:00
8 lines
347 B
HTML
8 lines
347 B
HTML
<th:block th:fragment="languageEntry(code, name)">
|
|
<div th:if="${code} == 'en_GB' or ${#lists.isEmpty(@languages) or #lists.contains(@languages, code)}" class="lang-dropdown-item-wrapper">
|
|
<a
|
|
class="dropdown-item lang_dropdown-item" href="" th:data-bs-language-code="@{${code}}" th:text="${name}">
|
|
</a>
|
|
</div>
|
|
</th:block>
|