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: 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"