From a048fd806aa64aa1a8498effa2ab5a7aafd54bb5 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 May 2012 17:40:56 -0700 Subject: don't provide 'show more' on remote friends in common unless there are actually more --- view/remote_friends_common.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/remote_friends_common.tpl') diff --git a/view/remote_friends_common.tpl b/view/remote_friends_common.tpl index fa66c4731..9e0562878 100644 --- a/view/remote_friends_common.tpl +++ b/view/remote_friends_common.tpl @@ -1,5 +1,5 @@
-
$desc      $more
+
$desc      {{ if $linkmore }}$more{{ endif }}
{{ if $items }} {{ for $items as $item }}
-- cgit v1.2.3