From 458e26b00a6f762e16772fa8abac711c19182508 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Tue, 14 Sep 2021 17:39:03 -0400 Subject: [PATCH] Link to displayed contact URL no matter the "Stay local" setting value --- view/theme/frio/templates/contact_edit.tpl | 2 +- view/theme/vier/templates/contact_edit.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/templates/contact_edit.tpl b/view/theme/frio/templates/contact_edit.tpl index 91c6d26f43..529192790d 100644 --- a/view/theme/frio/templates/contact_edit.tpl +++ b/view/theme/frio/templates/contact_edit.tpl @@ -76,7 +76,7 @@
-
{{$profileurllabel}}
{{$profileurl}} +
{{$profileurllabel}}
{{$profileurl}}
{{if $location}} diff --git a/view/theme/vier/templates/contact_edit.tpl b/view/theme/vier/templates/contact_edit.tpl index 2693012bff..7341d81d88 100644 --- a/view/theme/vier/templates/contact_edit.tpl +++ b/view/theme/vier/templates/contact_edit.tpl @@ -48,7 +48,7 @@
{{* End of contact-edit-status-wrapper *}} {{* Some information about the contact from the profile *}} -
{{$profileurllabel}}
{{$profileurl}}
+
{{$profileurllabel}}
{{$profileurl}}
{{if $location}}
{{$location_label}}
{{$location nofilter}}
{{/if}} {{if $xmpp}}
{{$xmpp_label}}
{{$xmpp}}
{{/if}} {{if $matrix}}
{{$matrix_label}}
{{$matrix}}
{{/if}}