diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl index c3a808d732..c7c5cde61a 100644 --- a/view/templates/shared_content.tpl +++ b/view/templates/shared_content.tpl @@ -22,16 +22,15 @@

- {{if $network_icon}} - - {{else}} - {{$network_name}} - {{/if}} - {{if $link}} - - - - {{/if}} + {{if $network_icon && $link}} + + {{elseif $link}} + {{$network_name}} + {{elseif $network_icon}} + + {{else}} + {{$network_name}} + {{/if}}
{{$content nofilter}}
diff --git a/view/theme/frio/templates/search_item.tpl b/view/theme/frio/templates/search_item.tpl index 513ee0a1c2..f23e71d995 100644 --- a/view/theme/frio/templates/search_item.tpl +++ b/view/theme/frio/templates/search_item.tpl @@ -29,16 +29,15 @@ {{* contact info header*}}