debian-mirror-gitlab/app/views/projects/pipeline_schedules/_table.html.haml

13 lines
314 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.table-holder
%table.table.ci-table
%thead
%tr
2017-09-10 17:25:29 +05:30
%th= _("Description")
%th= s_("PipelineSchedules|Target")
%th= _("Last Pipeline")
%th= s_("PipelineSchedules|Next Run")
%th= _("Owner")
2017-08-17 22:00:37 +05:30
%th
= render partial: "pipeline_schedule", collection: @schedules