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}}
+ {% } %} {% } %}