From a703bf398d283d1ca8fb207cd0e66d743097b71a Mon Sep 17 00:00:00 2001 From: Shariq Ansari <30859809+shariquerik@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:37:09 +0530 Subject: [PATCH] chore: linter fix --- .../frappe/form/templates/timeline_message_box.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frappe/public/js/frappe/form/templates/timeline_message_box.html b/frappe/public/js/frappe/form/templates/timeline_message_box.html index 2d7110bd36..92a1320de3 100644 --- a/frappe/public/js/frappe/form/templates/timeline_message_box.html +++ b/frappe/public/js/frappe/form/templates/timeline_message_box.html @@ -30,8 +30,9 @@ {{ frappe.avatar(doc.owner, "avatar-medium") }} {{ doc.user_full_name || frappe.user.full_name(doc.owner) }} - {{ __("commented") }} - + {{ __("commented") }} + . + {{ comment_when(doc.creation) }} @@ -45,10 +46,9 @@ {{ comment_when(doc.creation) }} - {% if (doc.subject ) { %} -
{{doc.subject}}
- {% } %} - + {% if (doc.subject) { %} +
{{doc.subject}}
+ {% } %} {% } %}