Move images and data directories

svn: r20989
This commit is contained in:
Nick Hall
2013-01-04 23:09:12 +00:00
parent 30173f5910
commit ae31189b32
316 changed files with 11 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
{% for header in headers %}<th{{ header.class_attr }}>
{% if header.sortable %}<a href="{{ header.url|escape }}">{% endif %}
{{ header.text }}
{% if header.sortable %}</a>{% endif %}
</th>{% endfor %}