Missing save button when editing automatic groups.
This commit is contained in:
parent
d7943cc3db
commit
a26d3fc2de
|
@ -213,14 +213,14 @@
|
|||
</div>
|
||||
|
||||
{{plugin-outlet name="group-edit" args=(hash group=model)}}
|
||||
|
||||
<div class='control-group buttons'>
|
||||
{{d-button action="save"
|
||||
disabled=disableSave
|
||||
class='btn btn-primary group-form-save'
|
||||
label=saveLabel}}
|
||||
|
||||
{{yield}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
<div class='control-group buttons'>
|
||||
{{d-button action="save"
|
||||
disabled=disableSave
|
||||
class='btn btn-primary group-form-save'
|
||||
label=saveLabel}}
|
||||
|
||||
{{yield}}
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue