Files
financer/financer-web-client/src/main/resources/templates/includes/footer.html
2021-03-01 23:43:31 +01:00

10 lines
500 B
HTML

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