Commit 200c5f58 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Better commit button after file edit

parent 18ea0e0e
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
= 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
.commit-button-annotation .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 .message
to branch to branch
%strong= @ref %strong= @ref
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment