mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
sharing-entry__reshare needs ul or ol around it
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2b378f6ab2
commit
c71d08cd4b
1 changed files with 9 additions and 7 deletions
|
|
@ -32,13 +32,15 @@
|
|||
<!-- shares content -->
|
||||
<div class="sharingTab__content">
|
||||
<!-- shared with me information -->
|
||||
<SharingEntrySimple v-if="isSharedWithMe" v-bind="sharedWithMe" class="sharing-entry__reshare">
|
||||
<template #avatar>
|
||||
<NcAvatar :user="sharedWithMe.user"
|
||||
:display-name="sharedWithMe.displayName"
|
||||
class="sharing-entry__avatar" />
|
||||
</template>
|
||||
</SharingEntrySimple>
|
||||
<ul>
|
||||
<SharingEntrySimple v-if="isSharedWithMe" v-bind="sharedWithMe" class="sharing-entry__reshare">
|
||||
<template #avatar>
|
||||
<NcAvatar :user="sharedWithMe.user"
|
||||
:display-name="sharedWithMe.displayName"
|
||||
class="sharing-entry__avatar" />
|
||||
</template>
|
||||
</SharingEntrySimple>
|
||||
</ul>
|
||||
|
||||
<!-- add new share input -->
|
||||
<SharingInput v-if="!loading"
|
||||
|
|
|
|||
Loading…
Reference in a new issue