Skip to content
Snippets Groups Projects
Commit 3d49246d authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch '33961-blank-section' into 'master'

Move verification to block level instead of paragraph

Closes #33961

See merge request !12519
parents efb7b2d3 19364c2b
Branches
Tags
No related merge requests found
Loading
Loading
@@ -39,6 +39,17 @@
runnerId() {
return `#${this.job.runner.id}`;
},
renderBlock() {
return this.job.merge_request ||
this.job.duration ||
this.job.finished_data ||
this.job.erased_at ||
this.job.queued ||
this.job.runner ||
this.job.coverage ||
this.job.tags.length ||
this.job.cancel_path;
},
},
};
</script>
Loading
Loading
@@ -63,7 +74,7 @@
Retry
</a>
</div>
<div class="block">
<div :class="{block : renderBlock }">
<p
class="build-detail-row js-job-mr"
v-if="job.merge_request">
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment