diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-06 19:00:13 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-06 19:00:13 -0700 |
commit | 3a3563a4b1673cdd86fdba01985ccfea98ab8b0e (patch) | |
tree | 159aba494d46e7c334b2b0fb5a3b2ad8a3b4db09 /view/tpl | |
parent | 04c993ff2a17274edd8e0f4422f71edad52d8f56 (diff) | |
download | volse-hubzilla-3a3563a4b1673cdd86fdba01985ccfea98ab8b0e.tar.gz volse-hubzilla-3a3563a4b1673cdd86fdba01985ccfea98ab8b0e.tar.bz2 volse-hubzilla-3a3563a4b1673cdd86fdba01985ccfea98ab8b0e.zip |
commit 59828593c broke some important poco stuff, looks like the cat might have climbed over the keyboard and deleted something that wasn't intended to be deleted.
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/direntry.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index db098baa1..0608bca0a 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -20,6 +20,9 @@ {{if $entry.canrate}}<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button><span class="required" id="edited-{{$entry.hash}}" style="display: none;" >*</span>{{/if}} </div> {{/if}} +{{if $entry.common_friends}} +<div id="dir-common">{{$entry.common_txt}}</div> +{{/if}} {{if $entry.public_forum}} <div class="contact-forum"> {{$entry.forum_label}} @{{$entry.nickname}}+ |