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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
218 B
HTML
Raw Normal View History

<ng-container>
<button type="button" (click)="expand()" appA11yTitle="{{ 'popOutNewWindow' | i18n }}">
2019-10-08 23:04:44 +02:00
<i class="fa fa-external-link fa-rotate-270 fa-lg fa-fw" aria-hidden="true"></i>
2018-04-11 16:48:48 +02:00
</button>
</ng-container>