aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connection_template.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-10 23:08:24 -0700
committerfriendica <info@friendica.com>2014-09-10 23:08:24 -0700
commit4c8036f53064549cbfa797bba5c6462f5e36b072 (patch)
tree3fc37e355c9d7b95ea9db6d6cd538d9de43d0b66 /view/tpl/connection_template.tpl
parent10f6f355d43ee2fea61e1bae9ae257219f0196ee (diff)
downloadvolse-hubzilla-4c8036f53064549cbfa797bba5c6462f5e36b072.tar.gz
volse-hubzilla-4c8036f53064549cbfa797bba5c6462f5e36b072.tar.bz2
volse-hubzilla-4c8036f53064549cbfa797bba5c6462f5e36b072.zip
endless scroll on connections page
Diffstat (limited to 'view/tpl/connection_template.tpl')
-rwxr-xr-xview/tpl/connection_template.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connection_template.tpl b/view/tpl/connection_template.tpl
index 44866c323..7aef7f2e1 100755
--- a/view/tpl/connection_template.tpl
+++ b/view/tpl/connection_template.tpl
@@ -4,6 +4,6 @@
</div>
<div class="contact-entry-photo-end" ></div>
<a href="{{$contact.url}}" title="{{$contact.img_hover}}" /><div class="contact-entry-name" id="contact-entry-name-{{$contact.id}}" >{{$contact.name}}</div></a>
- <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$edit}}</a></div>
+ <div class="contact-entry-edit btn btn-default"><a href="{{$contact.link}}"><i class="icon-pencil connection-edit-icons"></i> {{$contact.edit}}</a></div>
<div class="contact-entry-end" ></div>
</div>