Skip to content

Added missing html_safe on text messages.

Alexander Kutelev requested to merge (removed):master into master

What does this MR do?

This MR fixes a minor appearance issue which present on the "CI / CD Settings -> General pipelines" page.

Before this change there is <code>...</code> text on the page which is shown as it is.

image

Insertion of html_safe solves this issue.

image

What are the relevant issue numbers?

-

Does this MR meet the acceptance criteria?

Merge request reports