mirror of
https://github.com/exane/not-gwent-online
synced 2025-06-21 03:04:21 +00:00
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
10 lines
363 B
Handlebars
10 lines
363 B
Handlebars
{{#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}}">
|
|
<span>{{power}}</span>
|
|
</span>
|
|
{{/if}}
|
|
<i class="card-sm-{{_data.faction}} card-sm-{{_data.faction}}-{{_data.img}}"></i>
|
|
</div>
|
|
{{/each}} |