1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-11 02:41:07 +00:00
Files
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.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
gulpfile.js
package.json
not-gwent-online/client/templates/modal.handlebars
2015-06-27 15:08:35 +02:00

11 lines
311 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Discard of {{openDiscard.name}}</h3>
</div>
<div class="bbm-modal__section">
{{#each openDiscard.discard as |val key|}}
{{>card val}}
{{/each}}
</div>
<div class="bbm-modal__bottombar">
<div class="bbm-button bbm-close">close</div>
</div>