summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/edit.html.haml
blob: 9b2a7b5821d1193049c4e582acd5c18b6bffddd5 (plain)
1
2
3
4
5
6
7
- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")

%h3.page-title
  = _("Edit Pipeline Schedule %{id}") % { id: @schedule.id }
%hr

= render "form"