diff --git a/src/api/app/views/webui/staging/workflows/_problems.html.haml b/src/api/app/views/webui/staging/workflows/_problems.html.haml index 2ff6d77decf..df328fd8df3 100644 --- a/src/api/app/views/webui/staging/workflows/_problems.html.haml +++ b/src/api/app/views/webui/staging/workflows/_problems.html.haml @@ -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