#30 : Affichage des sorts en réserve dans l'onglet haut-revant

This commit is contained in:
2020-11-18 08:42:03 +01:00
parent 162bd6f677
commit 836522fbd9
3 changed files with 13 additions and 2 deletions

View File

@ -452,6 +452,16 @@
{{/each}}
</ol>
</div>
<div>
<span><strong>Sorts en Réserve:</strong></span>
<ol class="item-list">
{{#each data.sortReserve as |reserve key|}}
<li class="item flexrow" data-item-id="{{mysort._id}}" data-attribute="{{key}}">
<span class="sort-label"> {{reserve.sort.name}} - {{reserve.coord}}</span>
</li>
{{/each}}
</ol>
</div>
</div>
{{!-- Equipment Tab --}}