use events slugs everywhere

This commit is contained in:
j3d1 2019-12-02 17:22:21 +01:00
parent b723331c6c
commit fbf6d9dc91
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<div class="dropdown">
<button class="btn text-light dropdown-toggle btn-heading" type="button" id="dropdownMenuButton"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ activeEvent }}
{{ activeEvent.slug }}
</button>
<div class="dropdown-menu bg-dark" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item text-light" href="#" v-for="(event, index) in events" v-bind:key="index"