mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Add plug-in (in search results) (#6090)
* Add to plugin Add the ability to use the plugin... * Edit name
This commit is contained in:
parent
a6e9f4f44b
commit
b6fba9ecc6
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{plugin-outlet name="full-page-search-below-search-info" args=(hash search=searchTerm)}}
|
||||||
|
|
||||||
<div class="search-results">
|
<div class="search-results">
|
||||||
{{#load-more selector=".fps-result" action="loadMore"}}
|
{{#load-more selector=".fps-result" action="loadMore"}}
|
||||||
{{#each model.posts as |result|}}
|
{{#each model.posts as |result|}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue