From 153bfe2e75eb11cc35e974475911b329eccb8fbf Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sat, 10 Dec 2022 16:07:33 +0100 Subject: [PATCH] =?UTF-8?q?Simplification=20hbs=20pour=20la=20vue=20d?= =?UTF-8?q?=C3=A9taill=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/actor-sheet.html | 21 ++++++++++----------- templates/actor/vue-detaillee.html | 8 ++++++-- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index e47d27e8..4568f3df 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -50,17 +50,16 @@ {{!-- Compétences Tab --}}
- - - {{#if options.vueDetaillee}}Vue simplifiée{{else}}Vue détaillée{{/if}} - - filter/montrer tout - {{#if options.showCompNiveauBase}}Montrer tout{{else}}Filtrer{{/if}} - - - + {{>"systems/foundryvtt-reve-de-dragon/templates/actor/vue-detaillee.html"}} + + {{#if options.showCompNiveauBase}} + Montrer tout + {{else}} + Filtrer + {{/if}} + + + diff --git a/templates/actor/vue-detaillee.html b/templates/actor/vue-detaillee.html index e4b5ca05..ec5db5a1 100644 --- a/templates/actor/vue-detaillee.html +++ b/templates/actor/vue-detaillee.html @@ -1,4 +1,8 @@ - - {{#if options.vueDetaillee}}Vue simplifiée{{else}}Vue détaillée{{/if}} + {{#if options.vueDetaillee}} + Vue simplifiée + {{else}} + Vue détaillée + {{/if}} +