]> git.mxchange.org Git - friendica.git/commitdiff
Frio: Make profile contacts header link to contacts instead of the eye
authorMarcus Funch <mfm@magenta.dk>
Wed, 4 Jun 2025 10:13:20 +0000 (12:13 +0200)
committerMarcus Funch <mfm@magenta.dk>
Wed, 4 Jun 2025 11:06:32 +0000 (13:06 +0200)
view/theme/frio/templates/widget/contacts.tpl

index 65dbfd5b7b8c2e5d8a62b74112970a6afd7887d9..f2d26db6d69b0c3538e294eab0879daa29f0cac8 100644 (file)
@@ -6,14 +6,16 @@
   *}}
 
 <div id="contact-block">
-       <h3 class="contact-block-h4 pull-left">{{$contacts}}</h3>
-
 {{if $micropro}}
-       <a class="pull-right widget-action faded-icon" id="contact-block-view-contacts" href="profile/{{$nickname}}/contacts">
-               <i class="fa fa-eye" aria-hidden="true"></i>
+       <a id="contact-block-view-contacts" href="profile/{{$nickname}}/contacts">
+               <h3 class="contact-block-h4">{{$contacts}}</h3>
                <span class="sr-only">{{$viewcontacts}}</span>
        </a>
+{{else}}
+       <h3 class="contact-block-h4">{{$contacts}}</h3>
+{{/if}}
 
+{{if $micropro}}
        <div class='contact-block-content'>
        {{foreach $micropro as $m}}
                {{$m nofilter}}