2023-11-21 21:07:37 +01:00
|
|
|
<div class="flexrow utilisation-coeur">
|
2023-11-27 23:45:33 +01:00
|
|
|
<label class="">Ajustement de Cœur</label>
|
2023-11-21 21:07:37 +01:00
|
|
|
<div class="select-suivant">
|
2023-12-04 01:21:05 +01:00
|
|
|
<img class="sheet-competence-img selected-suivant-coeur" src="{{use.coeur.img}}" data-tooltip="{{use.coeur.name}}" />
|
2023-11-21 21:07:37 +01:00
|
|
|
<select name="select-suivant-coeur" class="select-suivant-coeur" data-dtype="String">
|
|
|
|
<option value="">Ignorer</option>
|
|
|
|
{{#each amoureux as |amour id|}}
|
|
|
|
<option value="{{amour.id}}" style="background-image:url({{amour.img}});">
|
|
|
|
{{amour.name}}
|
|
|
|
</option>
|
|
|
|
{{/each}}
|
|
|
|
</select>
|
|
|
|
</div>
|
|
|
|
</div>
|