Cleanup
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
{{#each rencontres as |rencontre key|}}
|
||||
<li class="item flexrow" data-item-id="{{rencontre._id}}" data-attribute="{{key}}" data-tooltip="Rencontre: {{rencontre.name}}">
|
||||
<img class="sheet-competence-img" src="{{rencontre.img}}"/>
|
||||
<span class="item-edit flex-grow"><a>
|
||||
<span class="item-edit flex-grow-3"><a>
|
||||
{{rencontre.name}} r{{rencontre.system.force}} ({{rencontre.system.coord}} - {{caseTmr-label rencontre.system.coord}})
|
||||
</a></span>
|
||||
{{#if rencontre.system.date}}
|
||||
|
@ -4,8 +4,8 @@
|
||||
{{#each signedraconiques as |signe key|}}
|
||||
<li class="item list-item flexrow" data-item-id="{{signe._id}}" data-attribute="{{key}}" data-tooltip="Signe: {{signe.name}}">
|
||||
<img class="sheet-competence-img" src="{{signe.img}}"/>
|
||||
<span class="item-edit flex-grow"><a>{{signe.name}}</a></span>
|
||||
<span class="flex-shrink">{{signe.system.difficulte}}</span>
|
||||
<span class="flex-grow-3 item-edit flex-grow"><a>{{signe.name}}</a></span>
|
||||
<span class="flex-group-right flex-shrink">{{signe.system.difficulte}}</span>
|
||||
{{>'systems/foundryvtt-reve-de-dragon/templates/actor/item-action-controls.hbs' item=signe options=@root.options}}
|
||||
</li>
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user