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

9 lines
267 B
Handlebars
Raw Normal View History

2015-06-23 16:12:11 +00:00
<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
2015-07-03 16:16:21 +00:00
<span class="btn-sub bbm-close">CLOSE</span>
2015-06-23 16:12:11 +00:00
</div>
<div class="bbm-modal__section">
{{#each handCards as |val key|}}
{{>card val}}
2015-06-23 16:12:11 +00:00
{{/each}}
</div>