mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-13 21:19:12 +08:00
6 lines
197 B
HTML
6 lines
197 B
HTML
<ng-container *ngIf="show">
|
|
<button (click)="expand()" title="{{'popOutNewWindow' | i18n}}">
|
|
<i class="fa fa-external-link fa-rotate-270 fa-lg fa-fw"></i>
|
|
</button>
|
|
</ng-container>
|