Commit 85145bfa authored by Stan Hu's avatar Stan Hu Committed by GitLab Release Tools Bot

Merge branch 'fix/84123-regression-unexpected-escaped-html-tag' into 'master'

Fix: unexpected escaped HTML tag

See merge request gitlab-org/gitlab!85770

(cherry picked from commit 2058906ed7e18910087e9ddbcba90c1c68c8b74c)

42878fb4 Fix: unexpected escaped HTML tag
parent 5caac54a
%p.details
= sprintf(s_("Notify|%{author_link}'s issue %{issue_reference_link} is due soon."), { author_link: link_to(@issue.author_name, user_url(@issue.author)), issue_reference_link: issue_reference_link(@issue) })
= sprintf(s_("Notify|%{author_link}'s issue %{issue_reference_link} is due soon."), { author_link: link_to(@issue.author_name, user_url(@issue.author)), issue_reference_link: issue_reference_link(@issue) }).html_safe
- if @issue.assignees.any?
%p
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment