Skip to content
Snippets Groups Projects

Remove all tables from Pipeline page when there is no job for the Pipeline

Merged Takuya Noguchi requested to merge tnir/gitlab-foss:45669-table-in-jobs-on-pipeline into master
All threads resolved!
Files
5
@@ -25,7 +25,7 @@ export default {
...mapState('pipelines', ['isLoadingPipeline', 'latestPipeline', 'stages', 'isLoadingJobs']),
ciLintText() {
return sprintf(
__('You can also test your .gitlab-ci.yml in the %{linkStart}Lint%{linkEnd}'),
__('You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}'),
{
linkStart: `<a href="${_.escape(this.currentProject.web_url)}/-/ci/lint">`,
linkEnd: '</a>',
Loading