From ec746368f1554ccc3f1040b331b660e188cec59f Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Thu, 19 Mar 2015 17:43:21 -0700 Subject: [PATCH] Remove mention of branch to commit to. --- app/views/projects/_commit_button.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/projects/_commit_button.html.haml b/app/views/projects/_commit_button.html.haml index fd8320adb8..35f7e7bb34 100644 --- a/app/views/projects/_commit_button.html.haml +++ b/app/views/projects/_commit_button.html.haml @@ -2,8 +2,5 @@ .commit-button-annotation = button_tag 'Commit Changes', class: 'btn commit-btn js-commit-button btn-create' - .message - to branch - %strong= ref = link_to 'Cancel', cancel_path, class: 'btn btn-cancel', data: {confirm: leave_edit_message}