extracted item control buttons to own templates

- removed code duplication of inline button templates
  for item and talent overview
This commit is contained in:
Gesina Schwalbe 2021-01-06 16:29:02 +01:00
parent e6b51c66a6
commit 177de1a486
5 changed files with 33 additions and 49 deletions

View file

@ -38,6 +38,8 @@ async function registerHandlebarsPartials() {
"systems/ds4/templates/item/partials/body.hbs",
"systems/ds4/templates/actor/partials/items-overview.hbs",
"systems/ds4/templates/actor/partials/talents-overview.hbs",
"systems/ds4/templates/actor/partials/overview-add-button.hbs",
"systems/ds4/templates/actor/partials/overview-control-buttons.hbs",
"systems/ds4/templates/actor/partials/attributes-traits.hbs",
"systems/ds4/templates/actor/partials/combat-values.hbs",
];