funky-framadate-front/src/app/shared/components/ui/copy-text/copy-text.component.html

6 lines
237 B
HTML
Raw Normal View History

2020-11-13 09:38:42 +01:00
<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>