mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
Update note_list.html
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div class="text-ellipsis">
|
<div class="text-ellipsis">
|
||||||
{%= list.get_avatar_and_id(doc) %}
|
{%= list.get_avatar_and_id(doc) %}
|
||||||
|
|
||||||
{% if(doc.public) { %}
|
{% if(!doc.public) { %}
|
||||||
<span style="margin-right: 8px;"
|
<span style="margin-right: 8px;"
|
||||||
title="{%= __("Private") %}" class="filterable"
|
title="{%= __("Private") %}" class="filterable"
|
||||||
data-filter="public,=,Yes">
|
data-filter="public,=,Yes">
|
||||||
|
|||||||
Reference in New Issue
Block a user