From: Hypolite Petovan Date: Tue, 14 Sep 2021 21:39:03 +0000 (-0400) Subject: Link to displayed contact URL no matter the "Stay local" setting value X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=458e26b00a6f762e16772fa8abac711c19182508;p=friendica.git Link to displayed contact URL no matter the "Stay local" setting value --- 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}}