##// END OF EJS Templates
rhodecode.js: implement YUI_datatable(data, fields, columns, countnode, sortkey) with body from repos.html...
rhodecode.js: implement YUI_datatable(data, fields, columns, countnode, sortkey) with body from repos.html Use datatable_list_wrap for the DataTable and _TM['MSG_X'] for localized strings.

File last commit:

r833:9753e090 beta
r4163:5046b724 rhodecode-2.2.5-gpl
Show More
manage.py_tmpl
5 lines | 115 B | text/plain | TextLexer
#!/usr/bin/env python
from migrate.versioning.shell import main
if __name__ == '__main__':
main(%(defaults)s)