aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-instance/feature-boolean.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-instance/feature-boolean.component.html')
-rw-r--r--client/src/app/shared/shared-instance/feature-boolean.component.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/app/shared/shared-instance/feature-boolean.component.html b/client/src/app/shared/shared-instance/feature-boolean.component.html
index ccb8a30cc..6de5d2075 100644
--- a/client/src/app/shared/shared-instance/feature-boolean.component.html
+++ b/client/src/app/shared/shared-instance/feature-boolean.component.html
@@ -1,3 +1,2 @@
1<span *ngIf="value === true" class="glyphicon glyphicon-ok" i18n-aria-label aria-label="yes"></span> 1<my-global-icon *ngIf="value === true" iconName="tick" i18n-aria-label aria-label="yes"></my-global-icon>
2<span *ngIf="value === false" class="glyphicon glyphicon-remove" i18n-aria-label aria-label="no"></span> 2<my-global-icon *ngIf="value === false" iconName="cross" i18n-aria-label aria-label="no"></my-global-icon>
3