From 773265a98a9cb723bc4d985313e43c569fae3936 Mon Sep 17 00:00:00 2001 From: Daniil Tamazlykar Date: Tue, 26 Jun 2018 11:27:17 +0700 Subject: [PATCH] fix(images): do not highlight an OS field for the search query (#1124) PR Close #1111 --- .../template/card-item/template-card-item.component.html | 3 +-- .../template/row-item/template-row-item.component.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/template/template/card-item/template-card-item.component.html b/src/app/template/template/card-item/template-card-item.component.html index 67267e577e..d2ecb0f0b2 100644 --- a/src/app/template/template/card-item/template-card-item.component.html +++ b/src/app/template/template/card-item/template-card-item.component.html @@ -23,8 +23,7 @@
- {{ 'TEMPLATE_PAGE.CARD.OS' | translate }}:  - + {{ 'TEMPLATE_PAGE.CARD.OS' | translate }}: {{ item.osTypeName }}
{{ 'TEMPLATE_PAGE.CARD.DESCRIPTION' | translate }}: diff --git a/src/app/template/template/row-item/template-row-item.component.html b/src/app/template/template/row-item/template-row-item.component.html index 8677dad298..3fa76687c4 100644 --- a/src/app/template/template/row-item/template-row-item.component.html +++ b/src/app/template/template/row-item/template-row-item.component.html @@ -12,8 +12,7 @@ >
- {{ 'TEMPLATE_PAGE.CARD.OS' | translate }}: - + {{ 'TEMPLATE_PAGE.CARD.OS' | translate }}: {{ item.osTypeName }}