mirror of
https://github.com/aelve/guide.git
synced 2024-11-22 11:33:34 +03:00
Removed extra spaces in search results fixes #323
This commit is contained in:
parent
45ac485ac0
commit
8abce5b6ef
@ -16,9 +16,7 @@
|
||||
<router-link
|
||||
openInNewTab
|
||||
:to="`/haskell/${result.contents.info.id}`"
|
||||
>
|
||||
{{ result.contents.info.title }}
|
||||
</router-link>
|
||||
>{{ result.contents.info.title }}</router-link>
|
||||
</span>
|
||||
</v-card-title>
|
||||
|
||||
@ -27,16 +25,13 @@
|
||||
<router-link
|
||||
openInNewTab
|
||||
:to="`/haskell/${result.contents.category.id}`"
|
||||
>
|
||||
{{ result.contents.category.title }}
|
||||
</router-link>
|
||||
>{{ result.contents.category.title }}</router-link>
|
||||
»
|
||||
<span>
|
||||
<router-link
|
||||
openInNewTab
|
||||
:to="`/haskell/${result.contents.category.id}#item-${result.contents.info.id}`"
|
||||
>
|
||||
{{ result.contents.info.name }}</router-link>'s ecosystem
|
||||
>{{ result.contents.info.name }}</router-link>'s ecosystem
|
||||
</span>
|
||||
</span>
|
||||
</v-card-title>
|
||||
|
Loading…
Reference in New Issue
Block a user