aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/common_friends.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-15 23:10:26 -0700
committerfriendica <info@friendica.com>2013-07-15 23:10:26 -0700
commitd875bbb022dc7bbf4acc05ecefe5da77667d0f33 (patch)
tree47ccae109bc155364b9da316656c6ce6efd2d641 /view/tpl/common_friends.tpl
parent4de52e601c8f26bff8f859e2ab598211db8865ae (diff)
downloadvolse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.tar.gz
volse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.tar.bz2
volse-hubzilla-d875bbb022dc7bbf4acc05ecefe5da77667d0f33.zip
theme the page link title
Diffstat (limited to 'view/tpl/common_friends.tpl')
-rwxr-xr-xview/tpl/common_friends.tpl3
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