mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:52:49 +08:00
FIX: adds incorrectly removed context checkbox
This commit is contained in:
parent
be72d65355
commit
d16c4b0677
|
@ -17,6 +17,16 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="search-context">
|
||||
{{#if context}}
|
||||
<div class='fps-search-context'>
|
||||
<label>
|
||||
{{input type="checkbox" name="searchContext" checked=searchContextEnabled}} {{searchContextDescription}}
|
||||
</label>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
{{#if hasResults}}
|
||||
<div class='search-title'>
|
||||
{{#if hasResults}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user