debian-mirror-gitlab/app/views/projects/pipeline_schedules/_table.html.haml
2017-09-10 17:25:29 +05:30

12 lines
314 B
Text

.table-holder
%table.table.ci-table
%thead
%tr
%th= _("Description")
%th= s_("PipelineSchedules|Target")
%th= _("Last Pipeline")
%th= s_("PipelineSchedules|Next Run")
%th= _("Owner")
%th
= render partial: "pipeline_schedule", collection: @schedules