debian-mirror-gitlab/app/views/projects/pages/new.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
205 B
Text
Raw Normal View History

2022-11-25 23:54:43 +05:30
%section.js-search-settings-section
- if Feature.enabled?(:use_pipeline_wizard_for_pages, @project.group)
#js-pages{ data: @pipeline_wizard_data }
2022-08-27 11:52:29 +05:30
2022-11-25 23:54:43 +05:30
- else
= render 'header'
2022-08-27 11:52:29 +05:30
2022-11-25 23:54:43 +05:30
= render 'use'