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 4efb1f0b10..e6de6c9c6b 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) }} @@ -39,15 +40,19 @@ {{ frappe.avatar(doc.owner, "avatar-medium") }} - +
{{ doc.user_full_name || frappe.user.full_name(doc.owner) }} -
+ . + {{ comment_when(doc.creation) }} -
- + + {% if (doc.subject) { %} +
{{doc.subject}}
+ {% } %} +
{% } %}
- + {% if (doc._doc_status && doc._doc_status_indicator) { %}