Commit 200c5f5894960ba473ccc898edba0b7146e31cd7
1 parent
18ea0e0e
Exists in
master
and in
4 other branches
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 | 23 | = hidden_field_tag 'last_commit', @last_commit |
| 24 | 24 | = hidden_field_tag 'content', '', id: :file_content |
| 25 | 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 | 27 | .message |
| 28 | 28 | to branch |
| 29 | 29 | %strong= @ref | ... | ... |