summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/new.html.haml
blob: f7db2498148d3c3e601e95a7fe2d7b2f32fdbd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @breadcrumb_title = "Schedules"
- @breadcrumb_link = namespace_project_pipeline_schedules_path(@project.namespace, @project)
- page_title _("New Pipeline Schedule")

- if show_new_nav?
  - breadcrumbs_extra_links("Pipelines", project_pipelines_path(@project))

%h3.page-title
  = _("Schedule a new pipeline")
%hr

= render "form"