debian-mirror-gitlab/app/views/projects/pipeline_schedules/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
472 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
- add_to_breadcrumbs _("Schedules"), pipeline_schedules_path(@project)
- breadcrumb_title "##{@schedule.id}"
2017-09-10 17:25:29 +05:30
- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")
2021-01-29 00:20:46 +05:30
- add_page_specific_style 'page_bundles/pipeline_schedules'
2017-08-17 22:00:37 +05:30
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display
2022-01-26 12:08:38 +05:30
= _("Edit Pipeline Schedule")
2017-08-17 22:00:37 +05:30
%hr
2022-11-25 23:54:43 +05:30
- if Feature.enabled?(:pipeline_schedules_vue, @project)
#pipeline-schedules-form-edit{ data: { full_path: @project.full_path } }
- else
= render "form"