Now with links count
This commit is contained in:
@@ -67,6 +67,13 @@ onMount(() => {
|
||||
<span class="fas fa-comment"></span> {(idaa_post_obj?.post_comment_count == 1 ? `${idaa_post_obj?.post_comment_count} comment` : `${idaa_post_obj?.post_comment_count} comments` )}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
{#if idaa_post_obj?.linked_li_json?.length}
|
||||
<span class="ae_badge ae_info post__linked_li_count">
|
||||
<span class="fas fa-link"></span> {idaa_post_obj?.linked_li_json?.length}
|
||||
{(idaa_post_obj?.linked_li_json?.length == 1 ? ' file' : ' files')}
|
||||
</span>
|
||||
{/if}
|
||||
</button>
|
||||
|
||||
{#if ($ae_loc.trusted_access && $ae_loc.edit_mode) || idaa_post_obj.external_person_id === $idaa_loc.novi_uuid}
|
||||
|
||||
Reference in New Issue
Block a user