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

8 lines
256 B
Handlebars
Raw Normal View History

2015-06-28 14:10:25 +00:00
<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>