Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-20 04:28:47 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-20 04:28:47 +0300
commit915c7b94558170683570f43aa6cb4dcd9fd7f936 (patch)
tree7e2cf7aa8547d4e09a9d35b452c04f89d826ed0b
parent479020ec6b3ecef56016c9ad4dd106dde822eda1 (diff)
parenta879d933784269796fd52cfc4aca1dca833dada7 (diff)
Merge branch 'update_ui' into 'master'
Remove mention of branch to commit to when new file is added through UI See merge request !1731
-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}