debian-mirror-gitlab/app/views/projects/pipeline_schedules/new.html.haml
2017-09-10 17:25:29 +05:30

12 lines
324 B
Text

- breadcrumb_title "Schedules"
- @breadcrumb_link = namespace_project_pipeline_schedules_path(@project.namespace, @project)
- page_title _("New Pipeline Schedule")
- if show_new_nav?
- add_to_breadcrumbs("Pipelines", project_pipelines_path(@project))
%h3.page-title
= _("Schedule a new pipeline")
%hr
= render "form"