Skip to content
Snippets Groups Projects
Commit fbb471d7 authored by Nils Windisch's avatar Nils Windisch :coffee:
Browse files

refactor: open TIDO on same page from search results

parent a14396f1
No related branches found
No related tags found
1 merge request!50hits per sheet optimisation
Pipeline #218068 failed
......@@ -7,7 +7,7 @@
>
<v-list-item v-for="item in items" :key="item.item" class="pl-0 mb-1">
<v-list-item-content>
<a :href="getItemUrl(item)" target="_blank">
<a :href="getItemUrl(item)">
<v-list-item-title class="mb-2"><span class="font-weight-regular">Sheet {{item.n}}</span> <span class="font-weight-light">in</span> <span class="font-weight-regular">{{item.label}}</span></v-list-item-title>
<v-list-item-subtitle class="d-flex mb-1">
<span v-for="(matchItem, i) in item.matches" class="d-flex mb-1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment