There is no file nor directory at the given path: 'rhodecode/templates/data_table/${h.url('/images/icons/time.png')}' at revision c0cc8f8a71b0
Files
@ cf0620647130
Branch filter:
Location: kallithea/.eslintrc.js
cf0620647130
393 B
text/javascript
lib: drop own asbool implementation and consistently use tg.support.converters as utils2.asbool
str2bool never reported error on odd input such as '' or '-1', but the tg
asbool behaviour of raising ValueError("String is not true/false: %r" % obj) in
that case seems fine.
str2bool never reported error on odd input such as '' or '-1', but the tg
asbool behaviour of raising ValueError("String is not true/false: %r" % obj) in
that case seems fine.