From c2afc713d3748b1c4fb3453f2550d966a5743285 Mon Sep 17 00:00:00 2001 From: Alexander Alexeev Date: Mon, 12 Dec 2016 23:12:35 +0700 Subject: spring security EL simplified --- .../src/main/webapp/WEB-INF/templates/layout/partial/navigation.html | 4 ++-- juick-spring-www/src/main/webapp/WEB-INF/templates/views/index.html | 4 ++-- .../main/webapp/WEB-INF/templates/views/partial/blog_postform.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates') diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/navigation.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/navigation.html index 2317369c..3b2d3bff 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/navigation.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/partial/navigation.html @@ -14,7 +14,7 @@
- + - +

[(#{message.loginForSending(@{/login})})]

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 6b6f278d..2c5aab3b 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: популярные записи + Популярные + Микроблоги Juick: популярные записи diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html index df2caf7b..5b85bc5f 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/partial/blog_postform.html @@ -1,4 +1,4 @@ -
+
-- cgit v1.2.3