From db23ab6a291261633ef8f0e4e1a5d82f071ae8bf Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 13 Apr 2020 20:01:13 +0200 Subject: Post list: Improve lazy chat message edit button layout. Change-Id: I46100b4b0039f241c7fb13905fb203303f1a466d --- .../resources/templates/benki/posts/postList.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'src/main/resources/templates/benki') diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index a66528b..3cd4e49 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -17,6 +17,8 @@ {#head} + + @@ -69,24 +71,29 @@ {#else}
-
+
{owner.firstName} {owner.lastName}
+
+ {#if showLazychatForm} + + {/if} +
+
+ +
{#if showLazychatForm} - + - + {/if} - +
{contentHtml.raw}
- -
-
{/if} {/with} -- cgit v1.2.3