DEV: Add plugin outlet to the bottom of flag modal (#14413)
This will be used by discourse-akismet to show the current status of the Akismet scan (post marked as spam, not spam, etc).
This commit is contained in:
parent
0f5d737a61
commit
5569723321
|
@ -12,6 +12,8 @@
|
|||
}}
|
||||
{{/flag-selection}}
|
||||
</form>
|
||||
|
||||
{{plugin-outlet name="flag-modal-bottom" tagName="" args=(hash post=model)}}
|
||||
{{/d-modal-body}}
|
||||
|
||||
<div class="modal-footer">
|
||||
|
|
Loading…
Reference in New Issue