Better commit button after file edit
This commit is contained in:
parent
18ea0e0ea7
commit
200c5f5894
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
= hidden_field_tag 'last_commit', @last_commit
|
||||
= hidden_field_tag 'content', '', id: :file_content
|
||||
.commit-button-annotation
|
||||
= button_tag "Commit", class: 'btn commit-btn js-commit-button'
|
||||
= button_tag "Commit changes", class: 'btn commit-btn js-commit-button btn-primary'
|
||||
.message
|
||||
to branch
|
||||
%strong= @ref
|
||||
|
|
Loading…
Reference in a new issue