diff options
Diffstat (limited to 'view/tpl/suggest_friends.tpl')
-rwxr-xr-x | view/tpl/suggest_friends.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/suggest_friends.tpl b/view/tpl/suggest_friends.tpl index 0388504d2..6cf8f7ba8 100755 --- a/view/tpl/suggest_friends.tpl +++ b/view/tpl/suggest_friends.tpl @@ -11,6 +11,6 @@ </div> <div class="profile-match-end"></div> {{if $entry.connlnk}} - <div class="profile-match-connect"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}">{{$entry.conntxt}}</a></div> + <div class="profile-match-connect"><a href="{{$entry.connlnk}}" title="{{$entry.conntxt}}"><i class="icon-plus connect-icon"></i> {{$entry.conntxt}}</a></div> {{/if}} </div> |