Formatting
This commit is contained in:
parent
2abd47712d
commit
3dbf1e1228
@ -21,8 +21,16 @@
|
||||
|
||||
{{#if showEditor}}
|
||||
<div class="actions">
|
||||
<button {{action "saveChanges"}} disabled={{uploadingChanges}}>Save changes</button>
|
||||
<button {{action "cancelEditor"}} disabled={{uploadingChanges}}>Cancel editing</button>
|
||||
<button {{action "saveChanges"}}
|
||||
disabled={{uploadingChanges}}
|
||||
class="primary">
|
||||
Save changes
|
||||
</button>
|
||||
<button {{action "cancelEditor"}}
|
||||
disabled={{uploadingChanges}}
|
||||
class="secondary">
|
||||
Cancel editing
|
||||
</button>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
Loading…
x
Reference in New Issue
Block a user