Nouvelle incarnation de l'archétype

This commit is contained in:
2023-06-20 23:20:44 +02:00
parent e1e45a83be
commit 0e3d721fc7
6 changed files with 54 additions and 8 deletions

View File

@ -70,9 +70,9 @@
{{#if options.vueDetaillee}}
  
{{#if @root.options.vueArchetype}}
<a class="competence-archetype toggle-archetype chat-card-button-pushed">Sortie archétype</a>
<a class="competence-archetype toggle-archetype chat-card-button-pushed"><i class="fa-solid fa-up-right-from-square"></i>Incarnation</a>
{{else}}
<a class="competence-archetype toggle-archetype chat-card-button">Edit. archétype</a>
<a class="competence-archetype toggle-archetype chat-card-button"><i class="fa-solid fa-people-line"></i>Archétype</a>
{{/if}}
{{/if}}
</span>