removeddit/jst/threadInfo.jst
2017-11-16 18:41:32 +01:00

4 lines
No EOL
198 B
Text

<div id="comment-info">
removed comments: <%= removedComments %>/<%= totalComments %> (<%= (100 * removedComments / totalComments).toFixed(1) %>%)
</div>
<div id="comment-sort">sorted by: top</div>