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
path: root/app/views
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 17:44:52 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-21 17:44:52 +0300
commitea64ba1fe34a4439362c0670ecf02490a297a92d (patch)
tree42629a763ddbe78b7f5e550ca6c2abf27dced6cb /app/views
parentde729a1e9c8ab6c743edd1d085dc02cafcc09e5b (diff)
parent82edd68e55c1983ec514fd7944c8f9b956333cd4 (diff)
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
Diffstat (limited to 'app/views')
-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"