mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 08:09:33 +08:00
Revert "DEV: no need to iterate through each tag for rendering" (#11432)
This reverts commit a19a3adf9e
.
Need to look into failing tests.
This commit is contained in:
parent
a19a3adf9e
commit
f62ea77666
|
@ -104,7 +104,9 @@
|
|||
{{category-link result.topic.category.parentCategory}}
|
||||
{{/if}}
|
||||
{{category-link result.topic.category hideParent=true}}
|
||||
{{discourse-tags result.topic}}
|
||||
{{#each result.topic.tags as |tag|}}
|
||||
{{discourse-tag tag isPrivateMessage=isPrivateMessage}}
|
||||
{{/each}}
|
||||
{{plugin-outlet name="full-page-search-category" args=(hash result=result)}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -226,17 +226,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.discourse-tags {
|
||||
flex-wrap: wrap;
|
||||
display: inline-flex;
|
||||
font-weight: normal;
|
||||
|
||||
.discourse-tag.simple {
|
||||
font-size: $font-down-1;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin-top: 0;
|
||||
margin-left: 0;
|
||||
|
@ -288,6 +277,11 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.discourse-tag.simple {
|
||||
font-size: $font-down-1;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
.no-results-suggestion {
|
||||
|
|
Loading…
Reference in New Issue
Block a user