From 82edd68e55c1983ec514fd7944c8f9b956333cd4 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Mon, 21 Sep 2015 14:53:58 +0200 Subject: [PATCH] Remove CI button from project home panel --- app/views/projects/_home_panel.html.haml | 4 ---- 1 file changed, 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" -- GitLab