summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-10-29 14:58:16 +0000
committerNick Thomas <nick@gitlab.com>2018-10-29 14:58:16 +0000
commit1c4eedd52c52185da5e0091391943756ca67d6c3 (patch)
tree6666cc8bca29e0bd4f6bc57d9f14bcdea4c71164 /app/assets/javascripts
parent43463869c883c7972ecc03500ab35325eede7a01 (diff)
downloadgitlab-ce-1c4eedd52c52185da5e0091391943756ca67d6c3.tar.gz
Remove all tables from Pipeline page when there is no job for the Pipeline
Diffstat (limited to 'app/assets/javascripts')
-rw-r--r--app/assets/javascripts/ide/components/pipelines/list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/ide/components/pipelines/list.vue b/app/assets/javascripts/ide/components/pipelines/list.vue
index 0a2681b7a1e..b670b0355b7 100644
--- a/app/assets/javascripts/ide/components/pipelines/list.vue
+++ b/app/assets/javascripts/ide/components/pipelines/list.vue
@@ -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>',