summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-03-19 17:43:21 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-19 22:46:07 -0700
commitec746368f1554ccc3f1040b331b660e188cec59f (patch)
tree23f7fe66e136b038e9a6065033df6a3d1fc0bfe3
parent68dcfabfe60c76e26bcfc29a317368eab2f02aa5 (diff)
downloadgitlab-ce-ec746368f1554ccc3f1040b331b660e188cec59f.tar.gz
Remove mention of branch to commit to.
-rw-r--r--app/views/projects/_commit_button.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/_commit_button.html.haml b/app/views/projects/_commit_button.html.haml
index fd8320adb8d..35f7e7bb34b 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}