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

add missing column header for pipeline builds view

parent 0e46ba51
......@@ -10,6 +10,6 @@
= stage.titleize
= 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
%tr
%td{colspan: 10}
 
%tr
%td{colspan: 10}
 
......@@ -61,6 +61,7 @@
%tr
%th Status
%th Build ID
%th Pipeline
%th Name
%th
- 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