Преглед изворни кода

breadcrumb link edit to list by date

tags/0.9.0
Alej пре 4 година
родитељ
комит
6526b36d0a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      vue-theme/src/components/breadcrumb.vue

+ 1
- 1
vue-theme/src/components/breadcrumb.vue Прегледај датотеку

@@ -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…
Откажи
Сачувај