This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
FarmMapsLib/projects/common/src/fm/components/back-button/back-button.component.html
T
Willem Dantuma dda82c8b09
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>