Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com> Co-Authored-By: David Taylor <david@taylorhq.com>
13 lines
251 B
Handlebars
13 lines
251 B
Handlebars
<div class='control-group buttons'>
|
|
{{#d-button action=(action "save")
|
|
disabled=saving
|
|
class='btn btn-primary group-manage-save'}}
|
|
|
|
{{savingText}}
|
|
{{/d-button}}
|
|
|
|
{{#if saved}}
|
|
<span>{{i18n 'saved'}}</span>
|
|
{{/if}}
|
|
</div>
|