aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/contact_template.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-16 10:35:19 -0700
committerSimon <simon@kisikew.org>2012-03-16 10:35:19 -0700
commit925b9c5b9ce83825f5003f88d3afbdcb620c28fc (patch)
tree12b873f7c8a507b4d348369079dd5e3c614272ec /view/theme/dispy/contact_template.tpl
parent28f941193d75ca12f4cb2a38a1c60e60ad10f2a6 (diff)
parent7b15f27ba48f5a1b0e24290379e2524796776803 (diff)
downloadvolse-hubzilla-925b9c5b9ce83825f5003f88d3afbdcb620c28fc.tar.gz
volse-hubzilla-925b9c5b9ce83825f5003f88d3afbdcb620c28fc.tar.bz2
volse-hubzilla-925b9c5b9ce83825f5003f88d3afbdcb620c28fc.zip
Merge pull request #140 from simonlnu/master
weee, dispys get another update
Diffstat (limited to 'view/theme/dispy/contact_template.tpl')
-rw-r--r--view/theme/dispy/contact_template.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl
index fbf354b47..04968bd07 100644
--- a/view/theme/dispy/contact_template.tpl
+++ b/view/theme/dispy/contact_template.tpl
@@ -20,9 +20,11 @@
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div>
+{{ if $contact.alt_text }}<div class="contact-entry-details" id="contact-entry-rel-$contact.id" >$contact.alt_text</div>{{ endif }}
<div class="contact-entry-details" id="contact-entry-url-$contact.id" >
<a href="$contact.itemurl" title="$contact.itemurl">Profile URL</a></div>
<div class="contact-entry-details" id="contact-entry-network-$contact.id" >$contact.network</div>
<div class="contact-entry-end" ></div>
</div>
+