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/fieldCards.handlebars

6 lines
285 B
Handlebars
Raw Normal View History

2015-06-22 15:29:01 +00:00
{{#each this}}
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
2015-06-22 18:19:06 +00:00
{{#if diff}}<span class="card-attr-power {{#if diffPos}}card-attr-positive{{/if}}">{{diff}}</span>{{/if}}
2015-06-22 15:29:01 +00:00
<img src="../assets/cards/{{_data.img}}.png">
</div>
{{/each}}