mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 04:29:55 +02:00
Can now edit track copyright information
This commit is contained in:
parent
45142bf24b
commit
0ce51d25d4
4 changed files with 31 additions and 10 deletions
|
@ -12,8 +12,11 @@
|
|||
:object="object"
|
||||
:can-edit="canEdit"
|
||||
:licenses="licenses"></edit-form>
|
||||
<div v-else class="ui inverted active dimmer">
|
||||
<div class="ui loader"></div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue