aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-23 16:19:26 +0700
committerGravatar Vitaly Takmazov2016-11-23 13:03:09 +0300
commite7fd58f1023ce9e1c9ab880bf27c5c0b2a3cffca (patch)
tree5ce36019dffc5f6eb4f71756a9f91068d5efbd54 /juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html
parent37a171892ba11c578ea947103ee7488801785eac (diff)
thymeleaf layout plugin used
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html
new file mode 100644
index 00000000..6c68a867
--- /dev/null
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/sponsors.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html xmlns:th="http://www.thymeleaf.org">
+<body>
+<div th:fragment="sponsors">
+ <span th:text="#{label.sponsors}">Спонсоры:</span>
+</div>
+</body>
+</html> \ No newline at end of file