mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 20:49:16 +02:00
Link purpose issues
This commit is contained in:
parent
806912c05f
commit
dd592eb6d1
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