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: 642b458eea61a00b38c6dcf89e01531dd2f7cd86 (plain)
1
2
3
4
5
6
7
8
9
10
- add_to_breadcrumbs _("Schedules"), pipeline_schedules_path(@project)
- breadcrumb_title "##{@schedule.id}"
- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")
- add_page_specific_style 'page_bundles/pipeline_schedules'

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

= render "form"