mirror of
https://github.com/discourse/discourse.git
synced 2025-02-02 15:17:31 +08:00
DEV: Add div with className around Search no results header (#30774)
Another case of text node missing container with a selectable class.
This commit is contained in:
parent
0fcb832244
commit
bad869dd81
|
@ -17,7 +17,9 @@
|
||||||
{{html-safe this.resultCountLabel}}
|
{{html-safe this.resultCountLabel}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{i18n "search.full_page_title"}}
|
<div class="search-page-heading__page-title">
|
||||||
|
{{i18n "search.full_page_title"}}
|
||||||
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</h1>
|
</h1>
|
||||||
<div class="search-bar">
|
<div class="search-bar">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user