14 lines
525 B
Text
14 lines
525 B
Text
- breadcrumb_title _('Schedules')
|
|
- @breadcrumb_link = namespace_project_pipeline_schedules_path(@project.namespace, @project)
|
|
- page_title _("New Pipeline Schedule")
|
|
- add_page_specific_style 'page_bundles/pipeline_schedules'
|
|
|
|
- add_to_breadcrumbs("Pipelines", project_pipelines_path(@project))
|
|
|
|
%h1.page-title.gl-font-size-h-display
|
|
= _("Schedule a new pipeline")
|
|
|
|
- if Feature.enabled?(:pipeline_schedules_vue, @project)
|
|
#pipeline-schedules-form-new{ data: { full_path: @project.full_path } }
|
|
- else
|
|
= render "form"
|