mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
use Copy-Symbol instead of link for copy function, change order
This commit is contained in:
parent
e4f23ee7af
commit
f0506923fc
@ -2,21 +2,6 @@
|
|||||||
<div class="clipboard-copy">
|
<div class="clipboard-copy">
|
||||||
<div v-if="canCopyLink" class="mb-5">
|
<div v-if="canCopyLink" class="mb-5">
|
||||||
<div>
|
<div>
|
||||||
<label>{{ $t('gdd_per_link.copy-link') }}</label>
|
|
||||||
<div
|
|
||||||
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
|
||||||
data-test="copyLink"
|
|
||||||
@click="copyLink"
|
|
||||||
>
|
|
||||||
{{ link }}
|
|
||||||
<div>
|
|
||||||
<BButton class="p-4 gradido-border-radius">
|
|
||||||
<IBiLink45deg />
|
|
||||||
</BButton>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="mt-5">
|
|
||||||
<label>{{ $t('gdd_per_link.copy-link-with-text') }}</label>
|
<label>{{ $t('gdd_per_link.copy-link-with-text') }}</label>
|
||||||
<div
|
<div
|
||||||
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
||||||
@ -25,8 +10,23 @@
|
|||||||
>
|
>
|
||||||
{{ linkText }}
|
{{ linkText }}
|
||||||
<div>
|
<div>
|
||||||
<BButton class="p-4 gradido-border-radius">
|
<BButton class="mt-1 p-4 gradido-border-radius">
|
||||||
<IBiLink45deg />
|
<IBiCopy />
|
||||||
|
</BButton>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mt-5">
|
||||||
|
<label>{{ $t('gdd_per_link.copy-link') }}</label>
|
||||||
|
<div
|
||||||
|
class="copy-link-card pointer text-center gradido-border-radius p-3"
|
||||||
|
data-test="copyLink"
|
||||||
|
@click="copyLink"
|
||||||
|
>
|
||||||
|
{{ link }}
|
||||||
|
<div>
|
||||||
|
<BButton class="mt-1 p-4 gradido-border-radius">
|
||||||
|
<IBiCopy />
|
||||||
</BButton>
|
</BButton>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user