Revision 526dad9e snf-astakos-app/astakos/im/templates/im/table_render.html

b/snf-astakos-app/astakos/im/templates/im/table_render.html
15 15
        <tr>
16 16
        {% for column in table.columns %}
17 17
            {% if column.orderable %}
18
            <th {{ column.attrs.th.as_html }}><a href="{% querystring table.prefixed_order_by_field=column.order_by_alias.next %}#{{ table.attrs.id }}">{{ column.header }}</a></th>
18
            <th {{ column.attrs.th.as_html }}><a href="{% querystring table.prefixed_order_by_field=column.order_by_alias.next %}#{{ table.attrs.id }}">
19
                <span>{{ column.header }}</span></a></th>
19 20
            {% else %}
20
            <th {{ column.attrs.th.as_html }}>{{ column.header }}</th>
21
            <th {{ column.attrs.th.as_html }}>
22
                <span>{{ column.header }}</span>
23
            </th>
21 24
            {% endif %}
22 25
        {% endfor %}
23 26
        </tr>

Also available in: Unified diff