Commit 0afbe8fc authored by Mike Greiling's avatar Mike Greiling

add missing column header for pipeline builds view

parent 0e46ba51
...@@ -10,6 +10,6 @@ ...@@ -10,6 +10,6 @@
= stage.titleize = stage.titleize
= render statuses.latest_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, allow_retry: true = render statuses.latest_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, allow_retry: true
= render statuses.retried_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, retried: true = render statuses.retried_ci_stages, coverage: @project.build_coverage_enabled?, stage: false, ref: false, retried: true
%tr %tr
%td{colspan: 10} %td{colspan: 10}
   
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
%tr %tr
%th Status %th Status
%th Build ID %th Build ID
%th Pipeline
%th Name %th Name
%th %th
- if pipeline.project.build_coverage_enabled? - if pipeline.project.build_coverage_enabled?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment