migrate report-layout component (#10545)

This commit is contained in:
Jordan Aasen 2024-08-19 03:30:46 -07:00 committed by GitHub
parent 3ef1080754
commit ef281099b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
<router-outlet></router-outlet>
<div class="row mt-4">
<div class="row tw-mt-4">
<div class="col">
<a bitButton routerLink="./" *ngIf="!homepage">
<i class="bwi bwi-angle-left" aria-hidden="true"></i>
<a bitButton bitIconButton="bwi-angle-left" routerLink="./" *ngIf="!homepage">
{{ "backToReports" | i18n }}
</a>
</div>