Commit 200c5f5894960ba473ccc898edba0b7146e31cd7

Authored by Dmitriy Zaporozhets
1 parent 18ea0e0e

Better commit button after file edit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/edit_tree/show.html.haml
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 = hidden_field_tag 'last_commit', @last_commit 23 = hidden_field_tag 'last_commit', @last_commit
24 = hidden_field_tag 'content', '', id: :file_content 24 = hidden_field_tag 'content', '', id: :file_content
25 .commit-button-annotation 25 .commit-button-annotation
26 - = button_tag "Commit", class: 'btn commit-btn js-commit-button' 26 + = button_tag "Commit changes", class: 'btn commit-btn js-commit-button btn-primary'
27 .message 27 .message
28 to branch 28 to branch
29 %strong= @ref 29 %strong= @ref