From f9dc3a2fb59da4ca6192faa48a9b25850f99e1a7 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 16 Sep 2015 17:54:38 +0200 Subject: Add links from GitLab to CI Signed-off-by: Dmitriy Zaporozhets --- app/views/projects/_home_panel.html.haml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/projects/_home_panel.html.haml') diff --git a/app/views/projects/_home_panel.html.haml b/app/views/projects/_home_panel.html.haml index dbecd1e7192..b347846c932 100644 --- a/app/views/projects/_home_panel.html.haml +++ b/app/views/projects/_home_panel.html.haml @@ -28,4 +28,8 @@ = 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" -- cgit v1.2.1