mirror of https://github.com/zulip/zulip.git
read_receipts: Open the help link in a new tab.
This commits improves the read link present inside the read receipts to open the help page in a new tab. Fixes: #24778
This commit is contained in:
parent
e136636715
commit
d5a12a7348
|
@ -57,7 +57,7 @@ export function show_user_list(message_id) {
|
|||
{
|
||||
num_of_people: users.length,
|
||||
"z-link": (content_html) =>
|
||||
`<a href="/help/read-receipts">${content_html.join(
|
||||
`<a href="/help/read-receipts" target="_blank" rel="noopener noreferrer">${content_html.join(
|
||||
"",
|
||||
)}</a>`,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue