Skip to content

Commit

Permalink
DEV: add new plugin outlet to tags template (#12302)
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Mar 8, 2021
1 parent 0a65676 commit 0da649e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/javascripts/discourse/app/templates/tags/index.hbs
Expand Up @@ -11,6 +11,8 @@
</div>
</div>

{{plugin-outlet name="tags-below-title" tagName="div" args=(hash model=model)}}

<div class="tag-sort-options">
{{i18n "tagging.sort_by"}}
<span class="tag-sort-count {{if sortedByCount "active"}}"><a href {{action "sortByCount"}}>{{i18n "tagging.sort_by_count"}}</a></span>
Expand Down

0 comments on commit 0da649e

Please sign in to comment.