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