mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-13 21:01:11 +08:00
11 lines
248 B
HTML
11 lines
248 B
HTML
<router-outlet></router-outlet>
|
|
|
|
<div class="row mt-4">
|
|
<div class="col">
|
|
<a bitButton routerLink="./" *ngIf="!homepage">
|
|
<i class="bwi bwi-angle-left" aria-hidden="true"></i>
|
|
{{ "backToReports" | i18n }}
|
|
</a>
|
|
</div>
|
|
</div>
|