From 63557e344330b1973b0a5ac2d5843c76973c5ceb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 13 Dec 2016 23:44:59 +0300 Subject: juick-spring-www: default language in resource bundles is en --- .../main/webapp/WEB-INF/templates/views/index.html | 4 ++-- .../templates/views/partial/blog_messages.html | 25 +++++++++++++--------- 2 files changed, 17 insertions(+), 12 deletions(-) (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html index 2c5aab3b..d57d6791 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html @@ -3,8 +3,8 @@ xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout" layout:decorate="~{layout/mainLayout}"> - Популярные - Микроблоги Juick: популярные записи + Popular + Popular posts diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html index 6fe0e4ff..d1a91217 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_messages.html @@ -1,3 +1,5 @@ + +
@@ -10,28 +12,30 @@

- +

Lorem ipsum

-
\ No newline at end of file + + \ No newline at end of file -- cgit v1.2.3