From 200c5f5894960ba473ccc898edba0b7146e31cd7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 13 Jun 2013 17:41:21 +0300 Subject: [PATCH] Better commit button after file edit --- app/views/edit_tree/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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