From 98f99c536ed6c988be3064a04d024055a6b47a0d Mon Sep 17 00:00:00 2001
From: Raroun
Date: Sun, 19 Nov 2023 09:50:30 +0100
Subject: [PATCH] Update shared_content.tpl
Added new behavior here too
---
view/templates/shared_content.tpl | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
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}}
--
2.39.5