diff options
author | zottel <github@zottel.net> | 2012-05-09 09:27:23 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-09 09:27:23 +0200 |
commit | d92be9d93cc6a9b90572cd46e982e24f57c43ffc (patch) | |
tree | e74e7d4d0baf59d7922696717604d2447f391597 /view/remote_friends_common.tpl | |
parent | 78429926bcf1ab7e8a4d35d0093ba666b3568708 (diff) | |
parent | 70a07086ad186e3f0cd978dd3f52e78fb92494cf (diff) | |
download | volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.gz volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.tar.bz2 volse-hubzilla-d92be9d93cc6a9b90572cd46e982e24f57c43ffc.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/remote_friends_common.tpl')
-rw-r--r-- | view/remote_friends_common.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div id="remote-friends-in-common" class="bigwidget"> - <div id="rfic-desc">$desc <a href="$base/common/rem/$uid/$cid">$more</a></div> + <div id="rfic-desc">$desc {{ if $linkmore }}<a href="$base/common/rem/$uid/$cid">$more</a>{{ endif }}</div> {{ if $items }} {{ for $items as $item }} <div class="profile-match-wrapper"> |