From 9e1daf50621044bd1fc280c7ac28228c99043b56 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Tue, 31 Aug 2021 19:17:00 +0530 Subject: [PATCH] fix: reply card ui --- .../community/widgets/DiscussionMessage.html | 6 ++++-- community/public/css/style.css | 13 ++++++------ community/templates/reply_card.html | 21 +++++++++++-------- 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/community/community/widgets/DiscussionMessage.html b/community/community/widgets/DiscussionMessage.html index f36936c0..dfd2acf3 100644 --- a/community/community/widgets/DiscussionMessage.html +++ b/community/community/widgets/DiscussionMessage.html @@ -15,7 +15,7 @@ data-docname="{{ docname }}"> {% for topic in topics %}
-
{{ topic.title }}
+
{{ topic.title }}
{% set replies = frappe.get_all("Discussion Reply", {"topic": topic.name}, ["reply", "owner", "creation"], order_by="creation")%} {% for reply in replies %} @@ -24,7 +24,9 @@
{% endfor %} {% if not topics %} -

No discussions yet.

+ + No discussions yet. + {% endif %}