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

add matchmaking button

This commit is contained in:
exane
2015-06-24 19:42:22 +02:00
parent 03fd73fab2
commit ed65e5c1d7
2 changed files with 9 additions and 4 deletions

View File

@@ -14,7 +14,10 @@
</div>
<div class="row">
<div class="col-xs-12">
<button type="button" class="btn btn-primary startMatchmaking">Search Opponent</button>
<button type="button" class="btn btn-primary startMatchmaking"{{#if inMatchmakerQueue}} disabled{{/if}}>
Search Opponent
{{#if inMatchmakerQueue}}<img src="../site/public/assets/img/content-load.gif" width=20 style="margin: 5px;"> {{/if}}
</button>
<!--<button type="button" class="btn btn-primary join-room">Join Room</button>-->
</div>
</div>