From 12c7cac4bd9abf55f379cbe7d9cf59b518052e51 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 26 Mar 2020 07:19:45 +0100 Subject: Enable lazy chat message submission. Change-Id: I9e9060e29bb63a78591f618cc54acdfb5b49575f --- src/main/resources/templates/benki/posts/postList.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (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 b68f796..a29d886 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -19,7 +19,8 @@ - + + {/head} {#body} @@ -33,6 +34,15 @@ {/if} +{#if showLazychatForm} + +

+
+ +
+
+{/if} +
{#if hasPreviousPage}⇠ previous page{/if} -- cgit v1.2.3