diff --git a/view/templates/shared_content.tpl b/view/templates/shared_content.tpl index c3a808d732..83e5dd2579 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}}