aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-12-10 04:18:57 +0700
committerGravatar Alexander Alexeev2016-12-10 04:18:57 +0700
commit8e873bad558342b723e215923e585e58eb7dd266 (patch)
tree16c2e2ddab3cb653c66061f27013e11c8cb4b328 /juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
parent613b5e1a6c84d7a44e8f5c03464aacdaa98010f8 (diff)
template layout fixes
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
index 61062a3b..33995d65 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html
@@ -18,7 +18,7 @@
<![endif]-->
</head>
<body>
-<div th:replace="views/partial/navigation">Navigation block</div>
+<div layout:replace="~{views/partial/navigation :: nav}">Navigation block</div>
<section id="content">
<p layout:fragment="content">Main content</p>
</section>
@@ -26,6 +26,6 @@
<p layout:fragment="column">Side column</p>
</aside>
-<footer th:replace="views/partial/footer">Footer</footer>
+<footer layout:replace="~{views/partial/footer :: footer}">Footer</footer>
</body>
</html> \ No newline at end of file