mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
5 lines
197 B
Twig
5 lines
197 B
Twig
{% set comment = getRating(params.entry_type, params.entry.id) %}
|
||
|
||
<input type="text" name="showRate" value="{{ comment.rating|length ? comment.rating : 0 }}" hidden>
|
||
|
||
<div id="showRate"></div> |