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