diff options
author | friendica <info@friendica.com> | 2013-08-03 16:35:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-03 16:35:55 -0700 |
commit | e6a8bb211c44550f2d235b6f795d67ef3d781111 (patch) | |
tree | b6fc93af4f1643f990fd4f83043c2ee038f1b178 /view/tpl | |
parent | 8a7fea45cc471b57cf0e44b03992d94b5a73bd0a (diff) | |
download | volse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.tar.gz volse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.tar.bz2 volse-hubzilla-e6a8bb211c44550f2d235b6f795d67ef3d781111.zip |
connect link in directory
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index a7ca15167..c6c0ab028 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -6,5 +6,8 @@ </div> <div class="contact-name" id="directory-name-{{$entry.id}}">{{$entry.name}}</div> + {{if $entry.connect}} + <div class="directory-connect"><a href="{{$entry.connect}}">{{$entry.conn_label}}</a></div> + {{/if}} <div class="contact-details">{{$entry.details}}</div> </div> |