File tree 1 file changed +2
-2
lines changed
templates/repo/issue/view_content
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 622
622
{{$newProjectDisplayHtml := .CommentMetaData.ProjectTitle | Escape}}
623
623
{{if .Project}}
624
624
{{$trKey := printf "projects.type-%d.display_name" .Project.Type}}
625
- {{$newProjectDisplayHtml = printf `%s <a href="%s"><span data-tooltip-content="%s">%s</span></a>` (svg .Project.IconName) (.Project.Link ctx) (ctx.Locale.Tr $trKey | Escape) ( .Project.Title | Escape) }}
625
+ {{$newProjectDisplayHtml = HTMLFormat `%s <a href="%s"><span data-tooltip-content="%s">%s</span></a>` (svg .Project.IconName) (.Project.Link ctx) (ctx.Locale.Tr $trKey) .Project.Title}}
626
626
{{end}}
627
- {{ctx.Locale.Tr "repo.issues.move_to_column_of_project" (.CommentMetaData.ProjectColumnTitle|Escape) ( $newProjectDisplayHtml|Safe) $createdStr}}
627
+ {{ctx.Locale.Tr "repo.issues.move_to_column_of_project" (.CommentMetaData.ProjectColumnTitle|Escape) $newProjectDisplayHtml $createdStr}}
628
628
</span>
629
629
</div>
630
630
{{end}}
You can’t perform that action at this time.
0 commit comments