##// END OF EJS Templates
comments: use unified aggregation of comments counters....
comments: use unified aggregation of comments counters. - use 1 source of count and display objects - scroll to for hidden comments will show them before scroll - properly show how many comments we're displaying for each version

File last commit:

r1282:90601d74 default
r1332:f4e615fc default
Show More
settings_supervisor_tail.mako
4 lines | 146 B | application/x-mako | MakoHtmlLexer
/ rhodecode / templates / admin / settings / settings_supervisor_tail.mako
<h4>${_('Last %(size)s bytes of process logs, use ?offset=[num] GET param to set custom size') % {'size': c.log_size}}</h4>
<pre>
${c.log}
</pre>