From 52e43759726b746f26ed495a33aa1da7b66e0ff1 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 16 Jul 2022 23:37:46 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20affichage=20description=20des=20entit?= =?UTF-8?q?=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/actor-entite-sheet.html | 37 +++++++++++++------------------ 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/templates/actor-entite-sheet.html b/templates/actor-entite-sheet.html index fb0dbcd3..7bafd512 100644 --- a/templates/actor-entite-sheet.html +++ b/templates/actor-entite-sheet.html @@ -28,7 +28,7 @@ {{!-- Carac Tab --}}
- +
    @@ -89,9 +89,7 @@ {{!-- Compétences Tab --}}
    -
    -
      {{#each competences as |comp key|}} @@ -111,25 +109,24 @@ {{/each}}
    - -
    -
      - {{#each possessions as |possession key|}} -
    1. - - {{possession.name}} -
      - - -
      -
    2. - {{/each}} -
    - +
    +
    +
      + {{#each possessions as |possession key|}} +
    1. + + {{possession.name}} +
      + + +
      +
    2. + {{/each}} +
    - + {{!-- Biography Tab --}}
    @@ -137,8 +134,6 @@
    {{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}}
    - -
    \ No newline at end of file