Merge branch '38641-repo-editor-callout' into 'master'

Removes auto devops callout from repo editor view

See merge request gitlab-org/gitlab-ce!14616
This commit is contained in:
Jacob Schatz 2017-10-02 14:33:39 +00:00
commit ca88df3219
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
= webpack_bundle_tag 'repo'
%div{ class: [container_class, ("limit-container-width" unless fluid_layout)] }
- if show_auto_devops_callout?(@project)
- if show_auto_devops_callout?(@project) && !show_new_repo?
= render 'shared/auto_devops_callout'
= render 'projects/last_push'
= render 'projects/files', commit: @last_commit, project: @project, ref: @ref, content_url: project_tree_path(@project, @id)