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: 2f96ac6a534503f0639c9b7d4d27883060fefdd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.table-holder
  %table.table.ci-table.responsive-table.b-table.gl-table.b-table-stacked-md{ role: 'table' }
    %thead{ role: 'rowgroup' }
      %tr{ role: 'row' }
        %th.table-th-transparent.border-bottom{ role: 'cell', style: 'width: 34%' }= _("Description")
        %th.table-th-transparent.border-bottom{ role: 'cell' }= s_("PipelineSchedules|Target")
        %th.table-th-transparent.border-bottom{ role: 'cell' }= _("Last Pipeline")
        %th.table-th-transparent.border-bottom{ role: 'cell' }= s_("PipelineSchedules|Next Run")
        %th.table-th-transparent.border-bottom{ role: 'cell' }= _("Owner")
        %th.table-th-transparent.border-bottom{ role: 'cell' }
    %tbody{ role: 'rowgroup' }
    = render partial: "pipeline_schedule", collection: @schedules