Skip to content
Snippets Groups Projects
Commit 2bb69091 authored by Otto Visser's avatar Otto Visser
Browse files

Merge branch 'thymeleafFix' into 'development'

Attempt at fixing page layout

See merge request !80
parents 4cc3d858 13554b39
Branches
Tags
2 merge requests!81Minor fixes,!80Attempt at fixing page layout
...@@ -17,14 +17,9 @@ ...@@ -17,14 +17,9 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
*/--> */-->
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<body>
<footer class="footer"> <footer class="footer">
<div class="footer_content"> <div class="footer_content">
<a class="text-button" th:href="@{/privacy}" th:text="#{general.privacy_statement}"></a> <a class="text-button" th:href="@{/privacy}" th:text="#{general.privacy_statement}"></a>
</div> </div>
</footer> </footer>
</body>
</html>
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. along with this program. If not, see <https://www.gnu.org/licenses/>.
*/--> */-->
<html lang="en" xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
<body>
<header class="header"> <header class="header">
<div class="header_content"> <div class="header_content">
...@@ -60,6 +58,3 @@ ...@@ -60,6 +58,3 @@
</header> </header>
<div th:replace="~{settings :: overlay}"></div> <div th:replace="~{settings :: overlay}"></div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment