1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-21 03:04: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/cards.handlebars
2015-07-04 13:24:50 +02:00

8 lines
324 B
Handlebars

<div class="card-wrap">
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
<div class="card-animation"></div>
<i class="card-sm-{{_data.faction}} card-sm-{{_data.faction}}-{{_data.img}}"></i>
<div class="shadow"></div>
<div class="overlay-card"></div>
</div>
</div>