Commit c461a180 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '251100-disable-bs-popover-projects-blob-editor-haml' into 'master'

Skip Bootstrap popover initialization in app/views/projects/blob/_editor.html.haml

See merge request gitlab-org/gitlab!45264
parents c914239d 92ee4bd9
......@@ -20,8 +20,7 @@
required: true, class: 'form-control new-file-name js-file-path-name-input', value: params[:file_name] || (should_suggest_gitlab_ci_yml? ? '.gitlab-ci.yml' : '')
= render 'template_selectors'
- if should_suggest_gitlab_ci_yml?
.js-suggest-gitlab-ci-yml{ data: { toggle: 'popover',
target: '#gitlab-ci-yml-selector',
.js-suggest-gitlab-ci-yml{ data: { target: '#gitlab-ci-yml-selector',
track_label: 'suggest_gitlab_ci_yml',
merge_request_path: params[:mr_path],
dismiss_key: @project.id,
......
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