diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-04 17:03:23 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-04 17:03:23 -0400 |
commit | 5830c32dceb2429656ee4957690dd78c24641f02 (patch) | |
tree | f71428787e701421068ce53e446bed47b7078fcf /view/contact_edit.tpl | |
parent | 00190b7faab2baf21523a7243268057142f6de88 (diff) | |
parent | 37d4181fde392b5d31d77531255b345d9a0e718b (diff) | |
download | volse-hubzilla-5830c32dceb2429656ee4957690dd78c24641f02.tar.gz volse-hubzilla-5830c32dceb2429656ee4957690dd78c24641f02.tar.bz2 volse-hubzilla-5830c32dceb2429656ee4957690dd78c24641f02.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
category removal
Esperanto 100%
"show more" friends in common
* master:
Diffstat (limited to 'view/contact_edit.tpl')
-rw-r--r-- | view/contact_edit.tpl | 2 |
1 files changed, 1 insertions, 1 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> |