mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
12 lines
295 B
HTML
12 lines
295 B
HTML
<button
|
|
(click)="handleClick()"
|
|
[cbContent]="textToCopy"
|
|
[ngxClipboard]
|
|
class="btn btn--primary btn--outline"
|
|
id="copyLink"
|
|
>
|
|
<i class="fa fa-copy"></i>
|
|
{{ 'admin.copy_link' | translate }}
|
|
<span *ngIf="displayContentToCopy"> " {{ textToCopy }}" </span>
|
|
</button>
|