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 | |
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')
-rw-r--r-- | view/contact_edit.tpl | 2 | ||||
-rw-r--r-- | view/remote_friends_common.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/contact_edit.tpl b/view/contact_edit.tpl index 6c66536dd..eeedda3a4 100644 --- a/view/contact_edit.tpl +++ b/view/contact_edit.tpl @@ -33,7 +33,7 @@ <li> </li> {{ if $common_text }} - <li><div id="contact-edit-common"><a href="common/$contact_id">$common_text</a></div></li> + <li><div id="contact-edit-common"><a href="$common_link">$common_text</a></div></li> {{ endif }} {{ if $all_friends }} <li><div id="contact-edit-allfriends"><a href="allfriends/$contact_id">$all_friends</a></div></li> 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"> |