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