mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 17:19:16 +02:00
Merge branch 'link-purpose-issues' into 'develop'
Link purpose issues Closes #1129 See merge request funkwhale/funkwhale!1175
This commit is contained in:
commit
9a0bcffaf1
17 changed files with 37 additions and 34 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue