1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-14 10:44:21 +00:00
Files
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cardpiles.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
modal.emreis_leader4.handlebars
modal.handlebars
modal.medic.handlebars
modal.redraw.handlebars
modal.side.handlebars
modal.winner.handlebars
notification.handlebars
preview.handlebars
index.html
public
server
site
test
.gitignore
Config.example..js
README.md
gulpfile.js
package.json
not-gwent-online/client/templates/modal.emreis_leader4.handlebars
2015-07-05 12:03:44 +02:00

9 lines
280 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose one card from your foes discard pile</h3>
<span class="btn-sub bbm-close">DONE</span>
</div>
<div class="bbm-modal__section">
{{#each emreis_leader4.cards as |val key|}}
{{>card val}}
{{/each}}
</div>