FarmMapsLib/projects/common/src/fm/components/back-button/back-button.component.html
Willem Dantuma dda82c8b09
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Add device service migrate, use back-button
2021-01-27 08:11:37 +01:00

4 lines
137 B
HTML

<div *ngIf="show()" class="back-button mb-2">
<i class="fal fa-arrow-left"></i>&nbsp;<span i18n="@FmBackButton">Back</span>
</div>