1
0
Files
NoBullShit-cloud/web-container/src/main/resources/templates/includes/footer.html

8 lines
318 B
HTML

<div id="footer-container" th:fragment="footer">
<hr>
<div>
<span th:text="'nbs-cloud v' + ${nbsVersion}"/>
&nbsp;(<a th:href="@{/changelog.txt}" th:text="#{nbscloud.footer.changelog}" />,
<a th:href="@{/toggleDarkMode}" th:text="#{nbscloud.footer.toggleDarkMode}" />)
</div>
</div>