Initial release
This commit is contained in:
@ -11,7 +11,14 @@
|
||||
{{#if attr}}
|
||||
<div class="flexrow">
|
||||
<span class="roll-dialog-label">{{attr.label}} : </span>
|
||||
<span class="roll-dialog-label">{{attr.value}}</span>
|
||||
<span class="roll-dialog-label">
|
||||
{{attr.value}}
|
||||
{{#if (eq attr.abbrev "physique")}}
|
||||
{{#if phyMalus}}
|
||||
({{phyMalus}})
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
@ -58,7 +65,7 @@
|
||||
</select>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</form>
|
Reference in New Issue
Block a user