From c2d316449f85bd2b74ae9ffaa3d08b7a5ee282cf Mon Sep 17 00:00:00 2001 From: Alex Bitney Date: Sun, 7 Feb 2016 00:00:41 +0200 Subject: added tags when posting new message added templates engine (rythm engine) and moved something to it. WARNING: textext plugin does not work when minimized, and also I fixed bug in it. --- .../resources/templates/parts/page_navigation.html | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/main/resources/templates/parts/page_navigation.html (limited to 'src/main/resources/templates/parts/page_navigation.html') diff --git a/src/main/resources/templates/parts/page_navigation.html b/src/main/resources/templates/parts/page_navigation.html new file mode 100644 index 00000000..018818b0 --- /dev/null +++ b/src/main/resources/templates/parts/page_navigation.html @@ -0,0 +1,40 @@ +@args String search, com.juick.User visitor +
+ + + +
+ @if (visitor != null) { + + + } else { +

Чтобы добавлять сообщения и комментарии, представьтесь. +

+ } +
+
-- cgit v1.2.3