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:
authorDouwe Maan <douwe@gitlab.com>2015-09-21 15:53:58 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-21 15:53:58 +0300
commit82edd68e55c1983ec514fd7944c8f9b956333cd4 (patch)
tree2d8187fcdb64975c5d5f608a9041ef2486271c74 /app/views/projects/_home_panel.html.haml
parent183892fde98308c0d77f5ba7a9bdb23d79eebe43 (diff)
Remove CI button from project home panel
Diffstat (limited to 'app/views/projects/_home_panel.html.haml')
-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"