1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-01-29 14:28:30 +00:00
not-gwent-online/client/templates/modal.medic.handlebars

11 lines
317 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-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>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>