create plugin outlet and pass model to above-review-filters (#8257)

This commit is contained in:
Oliver Walker 2019-10-28 15:44:13 -04:00 committed by Robin Ward
parent 071a82efe3
commit 3b72a36c5d
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
</div>
{{#if filtersExpanded}}
{{plugin-outlet name="above-review-filters" args=(hash model=model)}}
<div class='reviewable-filter'>
<label class='filter-label'>{{i18n "review.filters.type.title"}}</label>
{{combo-box value=filterType content=allTypes none="review.filters.type.all"}}