Expected behavior
- The links to data objects should be displayed as clickable links or buttons.
- The links or buttons should be functional and not blocked by CSP restrictions.
Actual behavior
-
Links are displayed as plain text due to the Twig template issue.

-
Even after fixing the display, the links are still non-functional because CSP restrictions block inline JavaScript in the href attributes.

Description: The links to data objects in the Activities tab are currently displayed as plain text due to a Twig template issue where tags are not properly rendered. Even after resolving the display issue, the links remain non-functional because CSP (Content Security Policy) restrictions block inline JavaScript in the href attributes.
Steps to reproduce
-
Navigate to the Activities tab.
-
Notice that links to data objects appear as plain text, not as clickable links.
-
Fix the Twig template to render the links correctly as tags.

-
After fixing the display, attempt to click the links, which will still not work due to CSP restrictions.