mirror of
https://github.com/exane/not-gwent-online
synced 2025-11-08 09:08:40 +00:00
add deck-card-number
This commit is contained in:
7
client/templates/cardpiles.handlebars
Normal file
7
client/templates/cardpiles.handlebars
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class="col-xs-4 field-discard field-single">
|
||||
<i class="discard-skull"></i>
|
||||
</div>
|
||||
<div class="col-xs-4 field-deck field-single">
|
||||
<i class="icon-deck"></i>
|
||||
<span class="field-deck-number">{{data.deck}}</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user