Skip to content

Commit

Permalink
Merge pull request #8752 from DavidKang/fix-8749-problems-collapsible
Browse files Browse the repository at this point in the history
Fix collapse on problems list
  • Loading branch information
coolo committed Nov 20, 2019
2 parents 695ecf8 + 263b95f commit ef6be96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:ruby
max_shown = 5
project_class = staging_project.name.tr(':', '_')
project_class = staging_project.name.tr(':.', '_')
item_project_class = 'hidden-item-' + project_class
checks_problems = staging_project.checks.failed
build_problems = staging_project.problems
Expand Down

0 comments on commit ef6be96

Please sign in to comment.