summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pipeline_schedules/edit.html.haml')
-rw-r--r--app/views/projects/pipeline_schedules/edit.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/pipeline_schedules/edit.html.haml b/app/views/projects/pipeline_schedules/edit.html.haml
new file mode 100644
index 00000000000..9b2a7b5821d
--- /dev/null
+++ b/app/views/projects/pipeline_schedules/edit.html.haml
@@ -0,0 +1,7 @@
+- page_title _("Edit"), @schedule.description, _("Pipeline Schedule")
+
+%h3.page-title
+ = _("Edit Pipeline Schedule %{id}") % { id: @schedule.id }
+%hr
+
+= render "form"