Mercurial > moin > 2.0
view MoinMoin/apps/admin/templates/user/itemsize.html @ 2703:23f66a758366
Improved Item Size view and Interwiki Names view
Added bootstrap tables to both views and made item sizes in the Item Size view human readable
author | Ajitesh Gupta <ajgupta93@gmail.com> |
---|---|
date | Sat, 09 Aug 2014 23:22:15 +0530 |
parents | 7324a1d71443 |
children | 31628ac3ec21 |
line wrap: on
line source
{% import "utils.html" as utils %} {% extends theme("layout.html") %} {% block content %} <h1>{{ _("Item Sizes (last revision)") }}</h1> {{ utils.table(headings, rows, filesize_cols=[1], itemname_cols=[2]) }} {% endblock %}