Add new 'group-edit' plugin outlet
This commit is contained in:
parent
770efee25f
commit
4bfb049054
|
@ -143,6 +143,8 @@
|
|||
{{group-flair-inputs model=model}}
|
||||
{{/unless}}
|
||||
|
||||
{{plugin-outlet name="group-edit" args=(hash group=model)}}
|
||||
|
||||
<div class='buttons'>
|
||||
<button {{action "save"}} disabled={{disableSave}} class='btn btn-primary'>{{i18n 'admin.customize.save'}}</button>
|
||||
{{#unless model.automatic}}
|
||||
|
|
|
@ -51,6 +51,8 @@
|
|||
</label>
|
||||
</div>
|
||||
|
||||
{{plugin-outlet name="group-edit" args=(hash group=model)}}
|
||||
|
||||
{{d-button action="save" class="btn-primary" disabled=saving label="save"}}
|
||||
{{savingText}}
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue