summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/templates
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federatedfilesharing/templates')
-rw-r--r--apps/federatedfilesharing/templates/settings-personal.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/templates/settings-personal.php b/apps/federatedfilesharing/templates/settings-personal.php
index 9699591b84d..aad1e385982 100644
--- a/apps/federatedfilesharing/templates/settings-personal.php
+++ b/apps/federatedfilesharing/templates/settings-personal.php
@@ -15,7 +15,8 @@ if ($_['showShareIT']) {
<p>
<?php p($l->t('Your Federated Cloud ID:')); ?>
- <strong><?php p($_['cloudId']); ?></strong>
+ <strong id="cloudid"><?php p($_['cloudId']); ?></strong>
+ <a class="clipboardButton icon icon-clippy" data-clipboard-target="#cloudid"></a>
</p>
<br>