Welcome to mirror list, hosted at ThFree Co, Russian Federation.

new.html.haml « pipeline_schedules « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2652304768d9a958a641c5bad99904d6bc419c0 (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")
- add_page_specific_style 'page_bundles/pipeline_schedules'

- add_to_breadcrumbs("Pipelines", project_pipelines_path(@project))

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

= render "form"