WebEditor: rename button save -> commit #1705
This commit is contained in:
parent
ec05d9daf9
commit
234eb7a8e4
|
@ -17,7 +17,7 @@
|
|||
.form-actions
|
||||
= hidden_field_tag 'last_commit', @last_commit
|
||||
= hidden_field_tag 'content', '', :id => :file_content
|
||||
= button_tag "Save", class: 'btn save-btn'
|
||||
= button_tag "Commit", class: 'btn save-btn'
|
||||
|
||||
:javascript
|
||||
var editor = ace.edit("editor");
|
||||
|
|
Loading…
Reference in a new issue