style: referred to after members

feat/type-attributes
Tomáš Mládek 2023-07-09 19:27:20 +02:00
parent f4c03fde37
commit 2233d13906
1 changed files with 8 additions and 8 deletions

View File

@ -434,14 +434,6 @@
/>
{/if}
{#if currentBacklinks.length > 0}
<EntryView
title={`${$i18n.t("Referred to")} (${currentBacklinks.length})`}
entries={currentBacklinks}
on:change={onChange}
/>
{/if}
{#if tagged.length > 0}
<EntryView
title={`${$i18n.t("Members")}`}
@ -451,6 +443,14 @@
/>
{/if}
{#if currentBacklinks.length > 0}
<EntryView
title={`${$i18n.t("Referred to")} (${currentBacklinks.length})`}
entries={currentBacklinks}
on:change={onChange}
/>
{/if}
{#if $entityInfo?.t === "Attribute"}
<div class="buttons">
<div class="button">