blob: d0c7ea77263aa3762d946c7de2c4182bf9fcda92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.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
|