diff options
author | friendica <info@friendica.com> | 2012-05-04 01:46:36 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-04 01:46:36 -0700 |
commit | 9ecd128e5e2aba527138c1a4afa2ff17caebe896 (patch) | |
tree | 3631586eff2ba10088be2bf82802157a98cf0f04 /view/remote_friends_common.tpl | |
parent | 22c8fe46a554457b43b9721f1f46739511398060 (diff) | |
download | volse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.tar.gz volse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.tar.bz2 volse-hubzilla-9ecd128e5e2aba527138c1a4afa2ff17caebe896.zip |
"show more" friends in common
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 a5a36b137..fa66c4731 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</div> + <div id="rfic-desc">$desc <a href="$base/common/rem/$uid/$cid">$more</a></div> {{ if $items }} {{ for $items as $item }} <div class="profile-match-wrapper"> |