framadate-responsive/src/app/features/old-stuff/ui/copy-text/copy-text.component.html

6 lines
218 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-04-21 10:50:26 +02:00
<i class="fa fa-copy"></i>
{{ 'admin.copy_link' | translate }}
<span *ngIf="displayContentToCopy"> " {{ textToCopy }}" </span>
</button>