aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/contact_template.tpl
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-03-05 15:55:17 -0500
committerSimon L'nu <simon.lnu@gmail.com>2012-03-05 15:55:17 -0500
commit9d461846e28f90b120292a900af1328e275496ce (patch)
tree1cccb62a24f0a45e99577b7e10bd3e96de5ab16d /view/theme/dispy/contact_template.tpl
parent7f894794e4ecc820a2430a7c4362d60f0de63020 (diff)
downloadvolse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.tar.gz
volse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.tar.bz2
volse-hubzilla-9d461846e28f90b120292a900af1328e275496ce.zip
multiple fixes; the jot-header works as standalone, not sure what's up.
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/contact_template.tpl')
-rw-r--r--view/theme/dispy/contact_template.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/theme/dispy/contact_template.tpl b/view/theme/dispy/contact_template.tpl
index 2aa9b88fe..fbf354b47 100644
--- a/view/theme/dispy/contact_template.tpl
+++ b/view/theme/dispy/contact_template.tpl
@@ -20,7 +20,8 @@
</div>
<div class="contact-entry-photo-end" ></div>
<div class="contact-entry-name" id="contact-entry-name-$contact.id" >$contact.name</div>
- <div class="contact-entry-details" id="contact-entry-url-$contact.id" >$contact.itemurl</div>
+ <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>