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

11 lines
317 B
Handlebars
Raw Normal View History

2015-06-22 15:29:01 +00:00
<div class="bbm-modal__topbar">
2015-06-30 16:26:07 +00:00
<h3 class="bbm-modal__title">Choose one card from your discard pile</h3>
2015-06-22 15:29:01 +00:00
</div>
<div class="bbm-modal__section">
{{#each medicDiscard.cards as |val key|}}
{{>card val}}
2015-06-22 15:29:01 +00:00
{{/each}}
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>