Update remote_friends_common.tpl

moved rfic-desc to top, tested on vier, frio and both mobile views
This commit is contained in:
Raroun 2023-12-26 09:48:57 +01:00 committed by GitHub
parent 243bcba726
commit cc5711b2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
<div id="remote-friends-in-common" class="bigwidget"> <div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div>
<div id="rfic-desc">{{$desc nofilter}} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{if $linkmore}}<a href="profile/{{$nickname}}/contacts/common">{{$more}}</a>{{/if}}</div> <div id="remote-friends-in-common" class="bigwidget">
{{foreach $contacts as $contact}} {{foreach $contacts as $contact}}
<div class="profile-match-wrapper"> <div class="profile-match-wrapper">
<div class="profile-match-photo"> <div class="profile-match-photo">
@ -15,4 +15,4 @@
</div> </div>
{{/foreach}} {{/foreach}}
<div id="rfic-end" class="clear"></div> <div id="rfic-end" class="clear"></div>
</div> </div>