summaryrefslogtreecommitdiff
path: root/app/views/projects/pipeline_schedules/_table.html.haml
blob: 25c7604eb24d28b81077bbfafa386bcd440ddbb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.table-holder
  %table.table.ci-table
    %thead
      %tr
        %th Description
        %th Target
        %th Last Pipeline
        %th Next Run
        %th Owner
        %th

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