Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_table.html.haml « pipeline_schedules « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0c7ea77263aa3762d946c7de2c4182bf9fcda92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.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