summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-01 15:22:24 -0500
committerMike Greiling <mike@pixelcog.com>2016-11-10 16:38:00 -0600
commit0afbe8fc52d39cab3dd55b7936f072872f1a0326 (patch)
treeafd46ad5a5b7fad0dce22dd490424635741e8aad
parent0e46ba516bf059df11b10611f414b5d6eb71a0c6 (diff)
downloadgitlab-ce-0afbe8fc52d39cab3dd55b7936f072872f1a0326.tar.gz
add missing column header for pipeline builds view
-rw-r--r--app/views/projects/commit/_ci_stage.html.haml6
-rw-r--r--app/views/projects/commit/_pipeline.html.haml1
2 files changed, 4 insertions, 3 deletions
diff --git a/app/views/projects/commit/_ci_stage.html.haml b/app/views/projects/commit/_ci_stage.html.haml
index 6bb900e3fc1..65f4c0b7c7d 100644
--- a/app/views/projects/commit/_ci_stage.html.haml
+++ b/app/views/projects/commit/_ci_stage.html.haml
@@ -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}
- &nbsp;
+%tr
+ %td{colspan: 10}
+ &nbsp;
diff --git a/app/views/projects/commit/_pipeline.html.haml b/app/views/projects/commit/_pipeline.html.haml
index 062a8905a19..95177856031 100644
--- a/app/views/projects/commit/_pipeline.html.haml
+++ b/app/views/projects/commit/_pipeline.html.haml
@@ -61,6 +61,7 @@
%tr
%th Status
%th Build ID
+ %th Pipeline
%th Name
%th
- if pipeline.project.build_coverage_enabled?