diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 16:56:45 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-29 16:56:45 -0700 |
commit | 2072ea721fa26b8e5f7dd4067434951b738de92b (patch) | |
tree | 5b81631172442be3b1fc013d8956d1b1ed91737e /view/tpl | |
parent | 0b012e2995322d571ba2764055a48a16f4a98c39 (diff) | |
parent | aad8fc19465e531c89ab1cd2b45f7d3c00cb4a55 (diff) | |
download | volse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.tar.gz volse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.tar.bz2 volse-hubzilla-2072ea721fa26b8e5f7dd4067434951b738de92b.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 4 |
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}} |