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: e16fe0b7a9873e257c1659392d861be4b9729f91 (plain)
1
2
3
4
5
6
7
- page_title "Edit", @schedule.description, "Pipeline Schedule"

%h3.page-title
  Edit Pipeline Schedule #{@schedule.id}
%hr

= render "form"