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

edit.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: 647c02728522e1c482321223fa579404835cf6ef (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _("Schedules"), pipeline_schedules_path(@project)
- breadcrumb_title "##{@schedule.id}"
- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")

%h1.page-title.gl-font-size-h-display
  = _("Edit Pipeline Schedule")

#pipeline-schedules-form-edit{ data: js_pipeline_schedules_form_data(@project, @schedule) }