2017-05-07 18:35:56 -04:00
|
|
|
.table-holder
|
|
|
|
%table.table.ci-table
|
|
|
|
%thead
|
|
|
|
%tr
|
2017-06-07 09:46:10 -04:00
|
|
|
%th= _("Description")
|
|
|
|
%th= s_("PipelineSchedules|Target")
|
|
|
|
%th= _("Last Pipeline")
|
|
|
|
%th= s_("PipelineSchedules|Next Run")
|
|
|
|
%th= _("Owner")
|
2017-05-07 18:35:56 -04:00
|
|
|
%th
|
|
|
|
|
|
|
|
= render partial: "pipeline_schedule", collection: @schedules
|