chore: linter fix
This commit is contained in:
parent
77da425169
commit
a703bf398d
1 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue