mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +00:00
13 lines
310 B
HTML
13 lines
310 B
HTML
<div class="container page-content">
|
|
<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>
|
|
</div>
|