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/modal.side.handlebars
2015-07-04 12:13:32 +02:00

8 lines
256 B
Handlebars

<div class="bbm-modal__topbar">
<h3 class="bbm-modal__title">Choose which side should begin</h3>
</div>
<div class="bbm-modal__section">
<div class="btn btn-primary" data-id="you">You</div>
<div class="btn btn-primary" data-id="foe">Foe</div>
</div>