Skip to content

Commit

Permalink
coloquei o link nos supra espacos
Browse files Browse the repository at this point in the history
  • Loading branch information
PaG0Dezaum2005 committed Aug 16, 2024
1 parent 953aa3d commit 9252839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/Entities/views/space/single.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
</dl>
<dl v-if="entity.parent">
<dt><?= i::__('Espaço integrante de') ?></dt>
<dd :class="[entity.__objectType+'__color', 'type']"> {{entity.parent.name}} </dd>
<dd :class="[entity.__objectType + '__color', 'type']">
<a :href="`/espaco/${entity.parent.id}/`">{{ entity.parent.name }}</a>
</dd>
</dl>
</template>
</entity-header>
Expand Down

0 comments on commit 9252839

Please sign in to comment.