Merge branch 'link-purpose-issues' into 'develop'

Link purpose issues

Closes #1129

See merge request funkwhale/funkwhale!1175
This commit is contained in:
Agate 2020-07-27 11:05:35 +02:00
commit 9a0bcffaf1
17 changed files with 37 additions and 34 deletions

View file

@ -24,7 +24,7 @@
src="../../assets/audio/default-cover.png">
<div class="ellipsis content">
<strong>
<router-link class="discrete link" :title="entry.title" :to="{name: 'library.tracks.detail', params: {id: entry.id}}">
<router-link class="discrete link" :to="{name: 'library.tracks.detail', params: {id: entry.id}}">
{{ entry.title }}
</router-link>
</strong>