mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
Merge pull request #1158 from hydrogen-sailfishos/target/blank
Set a _blank target to the In Reply links.
This commit is contained in:
commit
3817b940af
@ -31,8 +31,8 @@ export class ReplyPreviewView extends TemplateView {
|
||||
return t.div(
|
||||
{ className: "ReplyPreviewView" },
|
||||
t.blockquote([
|
||||
t.a({ className: "link", href: vm.permaLink }, "In reply to"),
|
||||
t.a({ className: "pill", href: vm.senderProfileLink }, [
|
||||
t.a({ className: "link", target: "_blank", href: vm.permaLink }, "In reply to"),
|
||||
t.a({ className: "pill", target: "_blank", href: vm.senderProfileLink }, [
|
||||
renderStaticAvatar(vm, 12, undefined, true),
|
||||
vm.displayName,
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user