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.

15 lines
429 B
Text
Raw Normal View History

2023-03-17 16:20:25 +05:30
- if Feature.enabled?(:show_pages_in_deployments_menu, current_user, type: :experiment)
- @breadcrumb_link = project_pages_path(@project)
- breadcrumb_title s_('GitLabPages|Pages')
- page_title s_('GitLabPages|Pages')
- else
%section.js-search-settings-section
2022-08-27 11:52:29 +05:30
2023-03-17 16:20:25 +05:30
- if Feature.enabled?(:use_pipeline_wizard_for_pages, @project.group)
#js-pages{ data: @pipeline_wizard_data }
2022-08-27 11:52:29 +05:30
2023-03-17 16:20:25 +05:30
- else
= render 'header'
= render 'use'