chore: linter fix

This commit is contained in:
Shariq Ansari 2023-12-01 19:37:09 +05:30 committed by GitHub
parent 77da425169
commit a703bf398d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,8 +30,9 @@
<span>
{{ frappe.avatar(doc.owner, "avatar-medium") }}
<span class="ml-2" style="font-size: var(--text-base);">{{ doc.user_full_name || frappe.user.full_name(doc.owner) }}</span>
<span style="color: var(--text-muted);">{{ __("commented") }}</span>
<span class="margin-left" style="color: var(--text-muted);">
<span class="text-muted">{{ __("commented") }}</span>
<span> . </span>
<span class="margin-left text-muted">
{{ comment_when(doc.creation) }}
</span>
</span>
@ -45,10 +46,9 @@
<span class="text-muted">
{{ comment_when(doc.creation) }}
</span>
{% if (doc.subject ) { %}
<div class="text-muted my-1 ">{{doc.subject}}</div>
{% } %}
{% if (doc.subject) { %}
<div class="text-muted my-1">{{doc.subject}}</div>
{% } %}
</div>
{% } %}
</span>