Commit ea64ba1f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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
parents de729a1e 82edd68e
......@@ -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"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment