Fix last bug on items and update json for 0.5.0 Pre-Release

This commit is contained in:
Mandar
2020-12-24 20:37:46 +01:00
parent 756c6bb408
commit 8362d3ddd5
5 changed files with 42 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
<fieldset class="stances-content flexrow">
<legend class="section-header">{{ localize 'l5r5e.conflict.stance' }}</legend>
<ul>
<ul class="item-list">
{{#each data.rings as |ringValue ringId|}}
{{> 'systems/l5r5e/templates/actors/character/stance.html' stance=../data.stance ringId=ringId }}
{{/each}}