BigW Consortium Gitlab

_table.html.haml 314 Bytes
Newer Older
1 2 3 4
.table-holder
  %table.table.ci-table
    %thead
      %tr
5 6 7 8 9
        %th= _("Description")
        %th= s_("PipelineSchedules|Target")
        %th= _("Last Pipeline")
        %th= s_("PipelineSchedules|Next Run")
        %th= _("Owner")
10 11 12
        %th

    = render partial: "pipeline_schedule", collection: @schedules