1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-20 05:27:38 +00:00

setup some kind of card-tooltip

This commit is contained in:
exane
2015-06-25 21:34:51 +02:00
parent f438df8012
commit 85b7208e5a
4 changed files with 103 additions and 26 deletions

@@ -1 +1,7 @@
<img src="{{src}}">
<img src="../assets/cards/{{card.img}}.png" height="450">
<div class="preview-description">
<p>{{card.name}}</p>
{{#each abilities as |val key|}}
<p>{{val}}</p>
{{/each}}
</div>