mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Missing save button when editing automatic groups.
This commit is contained in:
parent
d7943cc3db
commit
a26d3fc2de
@ -213,6 +213,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{plugin-outlet name="group-edit" args=(hash group=model)}}
|
{{plugin-outlet name="group-edit" args=(hash group=model)}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
<div class='control-group buttons'>
|
<div class='control-group buttons'>
|
||||||
{{d-button action="save"
|
{{d-button action="save"
|
||||||
@ -222,5 +223,4 @@
|
|||||||
|
|
||||||
{{yield}}
|
{{yield}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user