Files
Stirling-PDF/src/main/resources/templates/fragments/featureGroupHeader.html
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
220 B
HTML
Raw Normal View History

2024-09-20 14:29:00 +03:00
<div th:fragment="featureGroupHeader" class="feature-group-header">
<h3 class="menu-title" th:text="${groupTitle}"></h3>
<span class="material-symbols-rounded header-expand-button">
chevron_right
</span>
</div>