funky-framadate-front/mocks/old-stuff/ui/copy-text/copy-text.component.html

6 lines
237 B
HTML
Raw Normal View History

2020-05-01 19:10:17 +02:00
<button (click)="copy()" class="btn btn--primary btn--outline" id="copyLink">
2020-05-12 19:16:23 +02:00
<i class="fa fa-copy" aria-hidden="true"></i>
2020-04-21 10:50:26 +02:00
{{ 'admin.copy_link' | translate }}
<span *ngIf="displayContentToCopy"> " {{ textToCopy }}" </span>
</button>