An error occurred while fetching the assigned milestone of the selected merge_request.
Fix cases where Markdown did not render links in activity feed
HTML would be stripped in truncate_if_block
when a comment had multiple lines
and the first wasn't long enough to be truncated. The use of node.content
would
strip all HTML tags. Using node.inner_html
retains these tags and puts the
"..." in between paragraph tags.
Closes #2586 (closed)
Merge request reports
Activity
mentioned in issue #2572 (closed)
Reassigned to @rspeicher
mentioned in commit 0175769a
Mentioned in issue #20892 (closed)
Please register or sign in to reply