|
{child.name} |
{#if child.abuse_type !== undefined}
block
{:else if node_is_shared(child)}
dispatch("file", {index: index, action: FileAction.Share, original: e})}
class="button action_button"
>
share
{/if}
{#if child.properties !== undefined && child.properties.branding_enabled === "true" && !hide_branding}
{/if}
{#if !hide_edit}
{/if}
|