Skip to content
Snippets Groups Projects
Verified Commit 8cf003ab authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added link to track in upload table

parent 6c06b48b
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,9 @@
<template slot="row-cells" slot-scope="scope">
<template v-if="scope.obj.track">
<td>
<span :title="scope.obj.track.title">{{ scope.obj.track.title|truncate(25) }}</span>
<router-link :to="{name: 'library.tracks.detail', params: {id: scope.obj.track.id }}" :title="scope.obj.track.title">
{{ scope.obj.track.title|truncate(25) }}
</router-link>
</td>
<td>
<span
......
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