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}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
<PluginOutlet
|
||||||
|
@name="reviewable-item-actions"
|
||||||
|
@connectorTagName="div"
|
||||||
|
@outletArgs={{hash reviewable=this.reviewable}}
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue