Explorar el Código

breadcrumb link edit to list by date

tags/0.9.0
Alej hace 4 años
padre
commit
6526b36d0a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue-theme/src/components/breadcrumb.vue

+ 1
- 1
vue-theme/src/components/breadcrumb.vue Ver fichero

@@ -1,7 +1,7 @@
1 1
 <template lang="pug">
2 2
 //- breadcrumb links at top of page, needs link routing
3 3
 nav.breadcrumb.f-row.start.t-up
4
-    router-link(v-if="['event','exhibition'].includes(type)" :to="`/${type}/by-current-and-upcoming`")
4
+    router-link(v-if="['event','exhibition'].includes(type)" :to="`/${type}/sorted/by-date`")
5 5
         h5.t-up {{ type }}
6 6
     router-link(v-else :to="`/${type}`")
7 7
         h5.t-up {{ type }}

Loading…
Cancelar
Guardar