1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-06-24 11:14:20 +00:00
Files
assets
client
public
server
site
client
app
modules
deck-builder
inner
components
views
chat.html
inner.html
navigation.html
search-match.html
landing
lobby
app.js
routes.js
assets
app.blade.php
gulpfile.js
package.json
public
server
test
.gitignore
gulpfile.js
package.json
not-gwent-online/site/client/app/modules/inner/views/navigation.html
2015-06-23 10:36:29 +02:00

12 lines
272 B
HTML

<nav>
<ul>
<li v-repeat="nav: navigation">
<a v-link="{{ nav.route }}" class="{{ route.path == nav.route ? 'active' : '' }}">
{{ nav.name }}
</a>
</li>
<li class="sub-nav" v-on="click: searchMatch"><a>Quick Match</a></li>
</ul>
</nav>