From bbac0c7d90986f95e93a473c7228021ab726e464 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 19 Apr 2020 19:38:49 +0200 Subject: KB53 Support bookmark edition. Change-Id: Ieacbb5c448b9afa4bc9524167e0c73618de6db48 --- .../resources/templates/benki/posts/postList.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 5f88757..bc479f4 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -57,15 +57,32 @@ {#if post.isBookmark}
-

{title}

+ +
+ {#if showBookmarkForm} + + {/if} +
+
+ {#if showBookmarkForm} + + + + {/if} +
+ +
+

⇢ {title}

+
+
{descriptionHtml.raw}
@@ -87,7 +104,7 @@ -
+
{#if showLazychatForm} -- cgit v1.2.3