mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
fix: minor on hidden resources
This commit is contained in:
parent
1d749039c0
commit
770c638d03
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
v-card-actions.align-center.justify-center
|
v-card-actions.align-center.justify-center
|
||||||
span {{currentAttachmentLabel}}
|
span {{currentAttachmentLabel}}
|
||||||
|
|
||||||
v-card.mb-3.resources(v-if='settings.enable_resources' v-for='resource in event.resources' :key='resource.id' elevation='10' :flat='resource.hidden' outlined)
|
v-card.mb-3.resources(v-if='settings.enable_resources' v-for='resource in event.resources' :key='resource.id' outlined :class="{ 'vc-past': resource.hidden }")
|
||||||
v-card-title
|
v-card-title
|
||||||
v-menu(v-if='$auth.user && $auth.user.is_admin' offset-y)
|
v-menu(v-if='$auth.user && $auth.user.is_admin' offset-y)
|
||||||
template(v-slot:activator="{ on }")
|
template(v-slot:activator="{ on }")
|
||||||
|
|
Loading…
Reference in a new issue