aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/match.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-18 12:51:45 -0800
committerfriendica <info@friendica.com>2011-12-18 12:51:45 -0800
commiteb05d00794055dcd895ff9c3f73c55d7d7a13d10 (patch)
treebe12d28e916eb2d5d3961fa6d26cbded0cf22d38 /view/theme/testbubble/match.tpl
parent622886a33c459e5290bdfcf491a1c8f9ed132207 (diff)
downloadvolse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.tar.gz
volse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.tar.bz2
volse-hubzilla-eb05d00794055dcd895ff9c3f73c55d7d7a13d10.zip
connect on suggest/match - added to testbubble
Diffstat (limited to 'view/theme/testbubble/match.tpl')
-rw-r--r--view/theme/testbubble/match.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/testbubble/match.tpl b/view/theme/testbubble/match.tpl
index 49c3c81e4..244b243ec 100644
--- a/view/theme/testbubble/match.tpl
+++ b/view/theme/testbubble/match.tpl
@@ -4,7 +4,10 @@
<img src="$photo" alt="$name" />
</a>
</div>
- <span><a href="$url">$name</a> is interested in:<br />$tags</span>
+ <span><a href="$url">$name</a>$inttxt<br />$tags</span>
<div class="profile-match-break"></div>
+ {{ if $connlnk }}
+ <div class="profile-match-connect"><a href="$connlnk" title="$conntxt">$conntxt</a></div>
+ {{ endif }}
<div class="profile-match-end"></div>
</div> \ No newline at end of file