1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-01-26 06:18:46 +00:00
not-gwent-online/client/templates/modal.medic.handlebars

9 lines
274 B
Handlebars
Raw Normal View History

2015-06-22 17:29:01 +02:00
<div class="bbm-modal__topbar">
2015-06-30 18:26:07 +02:00
<h3 class="bbm-modal__title">Choose one card from your discard pile</h3>
2015-07-04 12:13:32 +02:00
<span class="btn-sub bbm-close">CLOSE</span>
2015-06-22 17:29:01 +02:00
</div>
<div class="bbm-modal__section">
{{#each medicDiscard.cards as |val key|}}
{{>card val}}
2015-06-22 17:29:01 +02:00
{{/each}}
</div>