aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/contact_template.tpl
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-15 12:08:59 -0700
committerSimon <simon@kisikew.org>2012-03-15 12:08:59 -0700
commitab89aa90caced4f60fc0ae944c7190e156a872e2 (patch)
tree15470bcf93da4a04164fcda4a7c3dfe7df0ad085 /view/theme/dispy-dark/contact_template.tpl
parentf96aff5518d2d5fb726d381892893a68d8c36450 (diff)
parent5b757e4e0e2f33a17a5a17953e49aba44a6ae7b3 (diff)
downloadvolse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.gz
volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.tar.bz2
volse-hubzilla-ab89aa90caced4f60fc0ae944c7190e156a872e2.zip
Merge pull request #135 from simonlnu/master
commit latest to dispy-dark. fixes in html css and js
Diffstat (limited to 'view/theme/dispy-dark/contact_template.tpl')
-rw-r--r--view/theme/dispy-dark/contact_template.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/theme/dispy-dark/contact_template.tpl b/view/theme/dispy-dark/contact_template.tpl
index fbf354b47..04968bd07 100644
--- a/view/theme/dispy-dark/contact_template.tpl
+++ b/view/theme/dispy-dark/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>
+