Skip to content

Commit d9923ae

Browse files
committed
numbering removed in sortable header
1 parent 576aed6 commit d9923ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static/website/templates/sortable_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="sortoptions"{{' data="123"'}}>
77
{% if not header.removable == None %}<a class="sortremove" href="?o={{ header.removable }}{% with other_get_vals=getValue|reset_get_value:'o' %}{% if other_get_vals %}&{{other_get_vals}}{% endif %}{% endwith %}" title="Remove from sorting"></a>{% endif %}
88
{% if header.order %}
9-
<span class="sortpriority glyphicon glyphicon-sort" title="Sorting priority: {{ header.order }}">{{ header.order }}</span>
9+
<span class="glyphicon glyphicon-sort" title="Sorting priority: {{ header.order }}"></span>
1010
{% endif %}
1111
<a href="?o={{ header.ordering }}{% with other_get_vals=getValue|reset_get_value:'o' %}{% if other_get_vals %}&{{other_get_vals}}{% endif %}{% endwith %}" class="toggle {{ header.sort_type }}" title="Toggle sorting"></a>
1212
</div>

0 commit comments

Comments
 (0)