Show the network icon for the contact
This commit is contained in:
parent
30aad250df
commit
b3b5599d27
3 changed files with 15 additions and 5 deletions
|
@ -76,6 +76,11 @@
|
|||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
|
||||
{{if $network_link}}
|
||||
<div class="network">
|
||||
<span class="network-label icon"><i class="fa fa-{{$network_avatar}}"></i></span>
|
||||
<span class="x-network">{{$network_link nofilter}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue