Commit 84a46808 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '251105-disable-bs-popover-projects-blob-new-haml' into 'master'

Skip Bootrap popover initialization

See merge request gitlab-org/gitlab!45216
parents c57fa065 4f03d082
......@@ -13,8 +13,7 @@
= render 'projects/commit_button', ref: @ref,
cancel_path: project_tree_path(@project, @id)
- if should_suggest_gitlab_ci_yml?
.js-suggest-gitlab-ci-yml-commit-changes{ data: { toggle: 'popover',
target: '#commit-changes',
.js-suggest-gitlab-ci-yml-commit-changes{ data: { target: '#commit-changes',
merge_request_path: params[:mr_path],
track_label: 'suggest_commit_first_project_gitlab_ci_yml',
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