Skip to content
Snippets Groups Projects
Commit 42878fb4 authored by JeremyWuuuuu's avatar JeremyWuuuuu
Browse files

Fix: unexpected escaped HTML tag

Add `html_safe` method to allow sending santized HTML tag.
parent 4a2daee2
No related branches found
No related tags found
No related merge requests found
%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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment