aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-06-29 14:25:04 +0200
committerMario Vavti <mario@mariovavti.com>2015-06-29 14:25:04 +0200
commit7ef439763428c7bea7dd2d70f358cf27128f3c79 (patch)
tree568885c4e04e8b99e362da90206ce49378c82033 /view/tpl/direntry.tpl
parent090dae46e500634cec8f3718fbb83d5dbb8f9690 (diff)
downloadvolse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.tar.gz
volse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.tar.bz2
volse-hubzilla-7ef439763428c7bea7dd2d70f358cf27128f3c79.zip
fix directory location
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 98ec25e23..6407f1edd 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -41,9 +41,9 @@
</div>
{{/if}}
- {{if $entry.details}}
+ {{if $entry.location}}
<div class="contact-info-element">
- <span class="contact-info-label">{{$entry.location}}</span> {{$entry.details}}
+ <span class="contact-info-label">{{$entry.location_label}}</span> {{$entry.location}}
</div>
{{/if}}