gitlab-org--gitlab-foss/app/views/projects/pipeline_schedules/_table.html.haml

13 lines
314 B
Plaintext

.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