mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:47:22 +08:00
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}}
|
{{/flag-selection}}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
{{plugin-outlet name="flag-modal-bottom" tagName="" args=(hash post=model)}}
|
||||||
{{/d-modal-body}}
|
{{/d-modal-body}}
|
||||||
|
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user