mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
updates
This commit is contained in:
7
client/templates/fieldCards.handlebars
Normal file
7
client/templates/fieldCards.handlebars
Normal file
@@ -0,0 +1,7 @@
|
||||
{{#each this}}
|
||||
<div class="card{{#if _disabled}} disabled{{/if}}" data-key="{{_key}}" data-id="{{_id}}">
|
||||
{{#if diff}}<span class="card-attr-power {{#if diffPos}}card-attr-positive{{/if}}">{{diff}}</span>{{/if}}
|
||||
<!--{{#if boost}}<span>+{{boost}}</span>{{/if}}-->
|
||||
<img src="../assets/cards/{{_data.img}}.png">
|
||||
</div>
|
||||
{{/each}}
|
Reference in New Issue
Block a user