diff options
author | friendica <info@friendica.com> | 2012-11-06 18:13:47 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-06 18:13:47 -0800 |
commit | 295b865d065b12c6686592bd34739ac9d9b87978 (patch) | |
tree | 1f00cafdc2e4867bd53af98985eb410b17d98d0b /view | |
parent | 55df0452b60d6faf00b782a03c8cc590f08d8f94 (diff) | |
download | volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.tar.gz volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.tar.bz2 volse-hubzilla-295b865d065b12c6686592bd34739ac9d9b87978.zip |
"follow" now creates an address book entry, which means we can start tying that into the "connections" module - still have to turn the "contact edit" page from a mockup to real code, but it's all starting to flow.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/abook_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 487a113bf..82372a297 100644 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -2,7 +2,7 @@ <h2>$header</h2> <br /> -<a href="" style="background-color: #CCC; padding: 10px; border-radius: 5px;">View Profile</a><a href="" style="background-color: #CCC; padding: 10px; border-radius: 5px; margin-left: 20px;">Archive</a> +<a href="connections/$contact_id/profile">$viewprof</a> <div id="contact-edit-wrapper"> <br /> |