Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(images): do not highlight an OS field for the search query (#1124)
Browse files Browse the repository at this point in the history
PR Close #1111
  • Loading branch information
tamazlykar authored Jun 26, 2018
1 parent 779f563 commit 773265a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@

<mat-card-content>
<div class="entity-card-data-line">
{{ 'TEMPLATE_PAGE.CARD.OS' | translate }}:&nbsp;
<span [innerHTML]="item.osTypeName | highlight:query"></span>
{{ 'TEMPLATE_PAGE.CARD.OS' | translate }}:&nbsp;{{ item.osTypeName }}
</div>
<div class="entity-card-data-line">
{{ 'TEMPLATE_PAGE.CARD.DESCRIPTION' | translate }}:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
></h2>

<div class="entity-list-item-data">
{{ 'TEMPLATE_PAGE.CARD.OS' | translate }}:
<span [innerHTML]="item.osTypeName | highlight:query"></span>
{{ 'TEMPLATE_PAGE.CARD.OS' | translate }}: {{ item.osTypeName }}
</div>

<div class="entity-list-item-data">
Expand Down

0 comments on commit 773265a

Please sign in to comment.