aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryLink.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-10-09 07:53:30 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2019-10-29 13:20:03 +0100
commit1c13c52acffeac59b0ef5d156a9a5bc36e611619 (patch)
treee140b7a2342d7ee396acc4b2abe24264f55d0549 /apps/files_sharing/src/components/SharingEntryLink.vue
parentae59edc6bfa7331636c7a0d0b144f292367ae5a3 (diff)
downloadnextcloud-server-1c13c52acffeac59b0ef5d156a9a5bc36e611619.tar.gz
nextcloud-server-1c13c52acffeac59b0ef5d156a9a5bc36e611619.zip
Systemtags and external actions update
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryLink.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index afeaee06bde..4501d67cbbb 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -247,7 +247,14 @@
@update:value="debounceQueueUpdate('note')" />
</template>
- <components :is="action" v-for="(action, index) in externalActions" :key="index" />
+ <!-- external sharing via url (social...) -->
+ <ActionLink v-for="({icon, url, name}, index) in externalActions"
+ :key="index"
+ :href="url(shareLink)"
+ :icon="icon"
+ target="_blank">
+ {{ name }}
+ </ActionLink>
<ActionButton icon="icon-delete" :disabled="saving" @click.prevent="onDelete">
{{ t('files_sharing', 'Delete share') }}