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:
authorAdam Hegyi <ahegyi@gitlab.com>2019-06-19 16:39:52 +0300
committerAdam Hegyi <ahegyi@gitlab.com>2019-06-19 16:39:52 +0300
commite76f12f7e70c5a1d8a30720251ef81a3cacf94d0 (patch)
treeb9fa92446c43784c24cf3293787cfcb38463726b /lib/gitlab/ci/ansi2html.rb
parent86c08225eb60a909701f9dfc6f767311cc2516c0 (diff)
parent7fa94651f3ac5e9548091eaa59f44c74ebd58473 (diff)
Merge branch 'master' into '63406-selecting-a-line-in-ci-job-trace-using-triple-click-selects-the-previous-line-also'
# Conflicts: # spec/lib/gitlab/ci/ansi2html_spec.rb
Diffstat (limited to 'lib/gitlab/ci/ansi2html.rb')
-rw-r--r--lib/gitlab/ci/ansi2html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ci/ansi2html.rb b/lib/gitlab/ci/ansi2html.rb
index 10d8c326c9a..55411b5a8c4 100644
--- a/lib/gitlab/ci/ansi2html.rb
+++ b/lib/gitlab/ci/ansi2html.rb
@@ -312,7 +312,7 @@ module Gitlab
if @sections.any?
css_classes << "section"
- css_classes << "js-section-header" if @lineno_in_section == 0
+ css_classes << "js-section-header section-header" if @lineno_in_section == 0
css_classes += sections.map { |section| "js-s-#{section}" }
end