Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-17 15:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-17 15:09:15 +0300
commit9a8f801d7352b7965fe690a599410fb50005ce67 (patch)
tree1e6b3f942dd7ab1f35311b021d181f8e7b14ec7e /app/assets/javascripts/jobs
parent6fa3630aad333511c687b385c2333e98e09595b4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/jobs')
-rw-r--r--app/assets/javascripts/jobs/components/log/line.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/jobs/components/log/line.vue b/app/assets/javascripts/jobs/components/log/line.vue
index c6fb3aeed1a..affaddcdee2 100644
--- a/app/assets/javascripts/jobs/components/log/line.vue
+++ b/app/assets/javascripts/jobs/components/log/line.vue
@@ -38,6 +38,7 @@ export default {
{
attrs: {
href: chunk,
+ class: 'gl-reset-color! gl-text-decoration-underline',
rel: 'nofollow noopener noreferrer', // eslint-disable-line @gitlab/require-i18n-strings
},
},