From 3d6cd35fa499a067aee9655b07365c9fff06dcfa Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Tue, 7 Jan 2025 17:38:04 +0100 Subject: [PATCH] Fix #18 : Move motivations to status --- templates/protagonist-biography.hbs | 19 ------------------- templates/protagonist-status.hbs | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/templates/protagonist-biography.hbs b/templates/protagonist-biography.hbs index 88ef483..1fdb9c7 100644 --- a/templates/protagonist-biography.hbs +++ b/templates/protagonist-biography.hbs @@ -14,25 +14,6 @@ -
- {{localize "CTHULHUETERNAL.Label.motivations"}}{{#if isEditMode}} - {{/if}} -
- {{#each motivations as |item|}} - {{!log 'armor' this}} -
- -
- {{item.name}} -
-
- - -
-
- {{/each}} -
-
{{localize "CTHULHUETERNAL.Label.description"}} diff --git a/templates/protagonist-status.hbs b/templates/protagonist-status.hbs index d81e95c..034f873 100644 --- a/templates/protagonist-status.hbs +++ b/templates/protagonist-status.hbs @@ -65,4 +65,24 @@
+
+ {{localize "CTHULHUETERNAL.Label.motivations"}}{{#if isEditMode}} + {{/if}} +
+ {{#each motivations as |item|}} + {{!log 'armor' this}} +
+ +
+ {{item.name}} +
+
+ + +
+
+ {{/each}} +
+
+ \ No newline at end of file