diff options
author | friendica <info@friendica.com> | 2014-06-03 22:30:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-03 22:30:05 -0700 |
commit | 424f23858ef10066d913db5ada45786f1beaea29 (patch) | |
tree | 4f0b91f11a3b58374e9ea2ceb5506e4b37eb4ed1 /view/tpl/direntry_large.tpl | |
parent | b5617a5552896a7715264a374299a241df47b062 (diff) | |
download | volse-hubzilla-424f23858ef10066d913db5ada45786f1beaea29.tar.gz volse-hubzilla-424f23858ef10066d913db5ada45786f1beaea29.tar.bz2 volse-hubzilla-424f23858ef10066d913db5ada45786f1beaea29.zip |
add an icon to connect actions
Diffstat (limited to 'view/tpl/direntry_large.tpl')
-rwxr-xr-x | view/tpl/direntry_large.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl index 487839f7a..da6ea1a44 100755 --- a/view/tpl/direntry_large.tpl +++ b/view/tpl/direntry_large.tpl @@ -15,7 +15,7 @@ <div class="contact-name" id="directory-name-{{$id}}" >{{$name}}{{if $online}} <i class="icon-asterisk online-now" title="{{$online}}"></i>{{/if}}</div> {{if $connect}} -<div class="directory-connect btn btn-default"><a href="{{$connect}}">{{$conn_label}}</a></div> +<div class="directory-connect btn btn-default"><a href="{{$connect}}"><i class="icon-plus connect-icon"></i> {{$conn_label}}</a></div> {{/if}} <div class="contact-webbie">{{$address}}</div> |