summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 14:44:52 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 14:44:52 +0000
commitea64ba1fe34a4439362c0670ecf02490a297a92d (patch)
tree42629a763ddbe78b7f5e550ca6c2abf27dced6cb
parentde729a1e9c8ab6c743edd1d085dc02cafcc09e5b (diff)
parent82edd68e55c1983ec514fd7944c8f9b956333cd4 (diff)
downloadgitlab-ce-ea64ba1fe34a4439362c0670ecf02490a297a92d.tar.gz
Merge branch 'remove-project-panel-ci-button' into 'master'
Remove CI button from project home panel Since we already have a "Continuous Integration" item in the sidebar now, I don't think we need "CI" on the project page. See merge request !1372
-rw-r--r--app/views/projects/_home_panel.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml
index c1d5428f676..6e53f55b0ab 100644
--- a/app/views/projects/_home_panel.html.haml
+++ b/app/views/projects/_home_panel.html.haml
@@ -30,8 +30,4 @@
= render 'projects/buttons/dropdown'
- - if @project.gitlab_ci?
- = link_to ci_project_path(@project.gitlab_ci_project), class: 'btn btn-default' do
- CI
-
= render "shared/clone_panel"