Basic implementation for files app
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<div id="footer-container" th:fragment="footer">
|
||||
<hr>
|
||||
<div>
|
||||
<span th:text="'nbs-cloud v' + ${nbsVersion}"/>
|
||||
(<a th:href="@{/changelog.txt}" th:text="#{nbscloud.footer.changelog}" />,
|
||||
<a th:href="@{/toggleDarkMode}" th:text="#{nbscloud.footer.toggleDarkMode}" />)
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user