1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-11 02:41:07 +00:00
Files
assets
client
public
server
site
client
app
components
views
modals
searchMatch.html
chat.html
inner.html
landing.html
lobby.html
navigation.html
app.js
routes.js
assets
views
gulpfile.js
package.json
public
server
test
.gitignore
gulpfile.js
package.json
not-gwent-online/site/client/app/views/modals/searchMatch.html
2015-06-22 11:10:43 +02:00

12 lines
299 B
HTML

<div class="modal" v-class="active: modal">
<div class="modal-banner">
<div class="wrap-modal-search">
<i class="icon-content-load"></i>
<p class="modal-para">Search for Player</p>
<span class="btn-cancel" v-on="click: cancelMatch">Cancel</span>
</div>
</div>
</div>