diff --git a/app/views/edit_tree/show.html.haml b/app/views/edit_tree/show.html.haml index 17d813c..101b479 100644 --- a/app/views/edit_tree/show.html.haml +++ b/app/views/edit_tree/show.html.haml @@ -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 -- libgit2 0.21.2