mirror of
https://github.com/bitwarden/web
synced 2025-12-16 00:03:25 +00:00
13 lines
311 B
HTML
13 lines
311 B
HTML
<div class="container page-content">
|
|
<router-outlet></router-outlet>
|
|
|
|
<div class="row mt-4">
|
|
<div class="col">
|
|
<a bit-button routerLink="./" *ngIf="!homepage">
|
|
<i class="bwi bwi-angle-left" aria-hidden="true"></i>
|
|
{{ "backToReports" | i18n }}
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|