mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: added a plugin outlet to reviewable-item (#22934)
* DEV: added a plugin outlet to reviewable-item * fix linting
This commit is contained in:
parent
c5c786b4ac
commit
47593a9922
@ -130,6 +130,10 @@
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
<PluginOutlet
|
||||
@name="reviewable-item-actions"
|
||||
@connectorTagName="div"
|
||||
@outletArgs={{hash reviewable=this.reviewable}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user