aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 16:52:09 -0800
committerfriendica <info@friendica.com>2015-02-03 16:52:09 -0800
commit5cb2f55dbbe715219dd18c60345e341ed478a753 (patch)
tree615ec85b00bd3c417eff2c9b772d2b21c0051a8f /view/tpl/direntry.tpl
parentde79bb89fc0f6d0a55b1734e4deeb0dd5eed2fb9 (diff)
downloadvolse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.gz
volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.tar.bz2
volse-hubzilla-5cb2f55dbbe715219dd18c60345e341ed478a753.zip
rating form work
Diffstat (limited to 'view/tpl/direntry.tpl')
-rwxr-xr-xview/tpl/direntry.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry.tpl b/view/tpl/direntry.tpl
index 1761ed12d..461c5dcde 100755
--- a/view/tpl/direntry.tpl
+++ b/view/tpl/direntry.tpl
@@ -17,7 +17,7 @@
{{*if $entry.rateme*}}
<div id="dir-rating-wrapper-{{$entry.id}}" class="directory-rating" >{{if $entry.total_ratings}}<a href="ratings/{{$entry.hash}}"><button class="btn btn-default">{{$entry.total_ratings}}</button></a>{{/if}}
-<button class="btn btn-default"><i class="icon-pencil"></i></button>
+<button class="btn btn-default" onclick="doRatings('{{$entry.hash}}'); return false;" ><i class="icon-pencil"></i></button>
</div>
{{*/if*}}
{{if $entry.public_forum}}