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.redraw.handlebars
2015-07-05 12:03:44 +02:00

9 lines
294 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section preview-b small-cards-modal">
{{#each handCards as |val key|}}
{{>card val}}
{{/each}}
</div>