summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-13 17:41:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-13 17:41:21 +0300
commit200c5f5894960ba473ccc898edba0b7146e31cd7 (patch)
tree6748302e246c6e4cc062e09fde50429fbf641630
parent18ea0e0ea726114b82161118d3e46bc0f11a90df (diff)
downloadgitlab-ce-200c5f5894960ba473ccc898edba0b7146e31cd7.tar.gz
Better commit button after file edit
-rw-r--r--app/views/edit_tree/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/edit_tree/show.html.haml b/app/views/edit_tree/show.html.haml
index 17d813ce75e..101b479afed 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