Skip to content

Commit

Permalink
chore: always display reference entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 20, 2024
1 parent 91ab717 commit 05b014e
Showing 1 changed file with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,14 @@
{m.edit()}
</a>
</div>
{#if ebiosRmStudy.reference_entity}
<div class="flex justify-center items-center w-full">
<span class="text-sm text-gray-500"
>{m.referenceEntitySemiColon()}
<a class="anchor" href="/entities/{ebiosRmStudy.reference_entity.id}"
>{ebiosRmStudy.reference_entity.str}</a
>
</span>
</div>
{/if}
<div class="flex justify-center items-center w-full">
<span class="text-sm text-gray-500"
>{m.referenceEntitySemiColon()}
<a class="anchor" href="/entities/{ebiosRmStudy.reference_entity.id}"
>{ebiosRmStudy.reference_entity.str}</a
>
</span>
</div>
<div
id="activityOne"
class="relative p-4 space-y-4 rounded-md w-full flex flex-col items-center
Expand Down

0 comments on commit 05b014e

Please sign in to comment.