forked from dbroqua/MusicTopus
@93 - Wantlist
This commit is contained in:
parent
bed5139a27
commit
a4a3933c6d
24 changed files with 1137 additions and 70 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
<h1>
|
||||
<template v-for="artist in item.artists">
|
||||
<a :href="`/ma-collection?page=1&limit=16&sort=year&order=asc&artist=${artist.name}`">{{artist.name}}</a>
|
||||
<a :href="`/<%= page.action === 'album' ? 'ma-collection' : 'ma-liste-de-souhaits' %>?page=1&limit=16&sort=year&order=asc&artist=${artist.name}`">{{artist.name}}</a>
|
||||
<template v-if="artist.join"> {{artist.join}} </template>
|
||||
</template>
|
||||
- {{item.title}}
|
||||
|
@ -96,5 +96,6 @@
|
|||
|
||||
<script>
|
||||
const item = <%- JSON.stringify(page.item) %>;
|
||||
const action = "<%- page.action %>";
|
||||
const canShareItem = <%= user.mastodon?.publish || false %>;
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue