mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 12:34:39 +02:00
Merge 0f727e490a
into fce04bfa5c
This commit is contained in:
commit
d00413e571
1 changed files with 6 additions and 4 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue