1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/templates/modal.medic.handlebars
2015-07-05 12:03:44 +02:00

9 lines
273 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose one card from your discard pile</h3>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section">
{{#each medicDiscard.cards as |val key|}}
{{>card val}}
{{/each}}
</div>