From 6067274b51cfec0d14ad4a68675d07a2e6a39387 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 2 Feb 2015 23:58:44 -0800 Subject: start to tie ratings to the directory page --- view/tpl/direntry.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl index 6ba86a085..450bddd95 100755 --- a/view/tpl/direntry.tpl +++ b/view/tpl/direntry.tpl @@ -15,9 +15,9 @@
{{$entry.name}}{{if $entry.online}} {{/if}}
-{{if $entry.rateme}} -
-62 ratings
+{{*if $entry.rateme*}} +
{{if $entry.total_ratings}} +{{$entry.total_ratings}}{{/if}}
@@ -26,7 +26,7 @@ -{{/if}} +{{*/if*}} {{if $entry.public_forum}}
{{$entry.forum_label}} @{{$entry.nickname}}+ -- cgit v1.2.3