summaryrefslogtreecommitdiff
path: root/app/views/projects/commit/_pipelines_list.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/commit/_pipelines_list.haml')
-rw-r--r--app/views/projects/commit/_pipelines_list.haml16
1 files changed, 8 insertions, 8 deletions
diff --git a/app/views/projects/commit/_pipelines_list.haml b/app/views/projects/commit/_pipelines_list.haml
index 7f42fde0fea..5a9f7295135 100644
--- a/app/views/projects/commit/_pipelines_list.haml
+++ b/app/views/projects/commit/_pipelines_list.haml
@@ -4,12 +4,12 @@
.nothing-here-block No pipelines to show
- else
.table-holder
- %table.table.ci-table
- %tbody
- %th Status
- %th Pipeline
- %th Commit
- %th Stages
- %th
- %th
+ %table.table.ci-table.js-pipeline-table
+ %thead
+ %th.pipeline-status Status
+ %th.pipeline-info Pipeline
+ %th.pipeline-commit Commit
+ %th.pipeline-stages Stages
+ %th.pipeline-date
+ %th.pipeline-actions
= render pipelines, commit_sha: true, stage: true, allow_retry: true, show_commit: false