Files
alfresco-ng2-components/demo-shell/src/app/components/error/demo-error.component.html
Denys Vuika 4f2b3bce3c [ACS-5761] Demo Shell pages cleanup (#8802)
remove the content that is not covered by e2e testing, preparation steps for the demo shell decommissioning
2023-08-08 14:09:41 +01:00

6 lines
195 B
HTML

<adf-error-content [errorCode]="errorCode">
<div adf-error-content-actions>
<button mat-raised-button (click)="onReturnButton()">Back to home</button>
</div>
</adf-error-content>