From b5b022247e2447ab75a8388f2e106ca0a145dd13 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 25 Dec 2025 16:46:07 -0700 Subject: [PATCH] Use semantic lists for the other item lists --- templates/Apps/BookGeistSheet/items.hbs | 16 ++++++++-------- templates/Apps/BookGeistSheet/style.css | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/Apps/BookGeistSheet/items.hbs b/templates/Apps/BookGeistSheet/items.hbs index bbc131e..7169684 100644 --- a/templates/Apps/BookGeistSheet/items.hbs +++ b/templates/Apps/BookGeistSheet/items.hbs @@ -1,9 +1,9 @@
{{#if attacks}}
{{ rc-i18n "RipCrypt.common.attacks" }}
-
+
    {{#each attacks as |attack|}} -
    {{/if}} -
    + {{/each}} -
+ {{/if}} {{#if crafts}}
{{ rc-i18n "RipCrypt.common.glimcraft" }}
-
+
    {{#each crafts as |craft|}} -
    {{craft.name}} -
    + {{/each}} -
+ {{/if}}
{{ rc-i18n "RipCrypt.common.defense" }}