bitwarden-estensione-browser/src/popup/components/pop-out.component.html

6 lines
197 B
HTML
Raw Normal View History

2018-04-11 16:48:48 +02:00
<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>