diff options
Diffstat (limited to 'view/tpl/common_friends.tpl')
-rwxr-xr-x | view/tpl/common_friends.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/common_friends.tpl b/view/tpl/common_friends.tpl index 499cfe626..8cd96fae5 100755 --- a/view/tpl/common_friends.tpl +++ b/view/tpl/common_friends.tpl @@ -13,5 +13,8 @@ <div class="profile-match-name"> <a href="{{$url}}" title="{{$name}}[{{$tags}}]">{{$name}}</a> </div> + {{ if $note }} + <div class="profile-match-note">{{$note}}</div> + {{/if} <div class="profile-match-end"></div> </div>
\ No newline at end of file |