1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-24 11:14:20 +00:00
Files
assets
client
css
js
scss
templates
PlayCard.handlebars
battle.handlebars
cards.handlebars
fieldCards.handlebars
info.handlebars
lobby.handlebars
lobby2.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
new_public
public
server
site
test
.gitignore
Config.example..js
gulpfile.js
package.json
not-gwent-online/client/templates/preview.handlebars
2015-06-27 13:23:05 +02:00

7 lines
208 B
Handlebars

<i class="card-lg-{{card.faction}} card-lg-{{card.faction}}-{{card.img}}"></i>
<div class="preview-description">
<p>{{card.name}}</p>
{{#each abilities as |val key|}}
<p>{{val}}</p>
{{/each}}
</div>