From fdb55c42c51bcc49b724371e6d962157916993d8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 25 Apr 2026 14:02:11 -0600 Subject: [PATCH] Move the attribute tab files into a subfolder structure --- templates/PlayerSheet/tabs/attributes/attribute.hbs | 10 ++++++++++ .../{attributes-tab.hbs => tabs/attributes/lists.hbs} | 0 2 files changed, 10 insertions(+) create mode 100644 templates/PlayerSheet/tabs/attributes/attribute.hbs rename templates/PlayerSheet/{attributes-tab.hbs => tabs/attributes/lists.hbs} (100%) diff --git a/templates/PlayerSheet/tabs/attributes/attribute.hbs b/templates/PlayerSheet/tabs/attributes/attribute.hbs new file mode 100644 index 0000000..a7a7b36 --- /dev/null +++ b/templates/PlayerSheet/tabs/attributes/attribute.hbs @@ -0,0 +1,10 @@ +
  • +
    +
    + {{ name }} +
    +
    +
  • diff --git a/templates/PlayerSheet/attributes-tab.hbs b/templates/PlayerSheet/tabs/attributes/lists.hbs similarity index 100% rename from templates/PlayerSheet/attributes-tab.hbs rename to templates/PlayerSheet/tabs/attributes/lists.hbs