From ae6ba33398adc747c2f6d8cdfc9d05efd7412864 Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 5 Sep 2023 21:52:08 +0300 Subject: [PATCH] add "view entire wall" link --- files/templates/comments.html | 2 +- files/templates/userpage/wall.html | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index ee6d3f80f8..1f1aa7f6bc 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -108,7 +108,7 @@ {% set isreply = False %} {% endif %} -
+
{% if not isreply %} {% endif %} diff --git a/files/templates/userpage/wall.html b/files/templates/userpage/wall.html index 7f10c372e4..7fea31b7ec 100644 --- a/files/templates/userpage/wall.html +++ b/files/templates/userpage/wall.html @@ -2,7 +2,12 @@ {% block userpage_content %}
{{macros.comment_reply_box(u.fullname, 'replying-to-' + u.fullname, '', 'mb-3 mt-4', '', enable_cancel_button=false)}} -
+ + {% if comment_info %} + + {% endif %} + +
{% with comments=listing %}