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