aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-12-12 20:59:45 +0700
committerGravatar Vitaly Takmazov2016-12-12 22:49:47 +0300
commit353bfb2556ab2288126e448668839cf8b8434fc1 (patch)
tree7d3679288e124cacfd5690dd4a0c771a1b382909 /juick-spring-www
parente0312a3359d7d2e7fe3d7771ad8d896133a2e2fc (diff)
template settings
Diffstat (limited to 'juick-spring-www')
-rw-r--r--juick-spring-www/lynks.txt3
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html2
2 files changed, 4 insertions, 1 deletions
diff --git a/juick-spring-www/lynks.txt b/juick-spring-www/lynks.txt
index 379722cf..4eb71709 100644
--- a/juick-spring-www/lynks.txt
+++ b/juick-spring-www/lynks.txt
@@ -1,3 +1,6 @@
+* Exception Handling in Spring MVC
+https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc
+
* Tutorial: Using Thymeleaf
http://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html
index 0e4e8540..154e1ccf 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/footer.html
@@ -16,7 +16,7 @@
</div>
<div id="footer-left">
<a href="http://juick.com">juick.com</a> &copy; 2008-2017
- <th:block th:if="${links != null}"/><br/><span th:text="#{label.sponsors}">Спонсоры:</span><span th:text="${links}">&nbsp;</span></th:block>
+ <th:block th:if="${showSponsors}"/><br/><span th:text="#{label.sponsors}">Спонсоры:</span><span th:text="${links}">&nbsp;</span></th:block>
</div>
</div>
<script>