deleted file mode 100644
GIT binary patch
literal 0
HcmV?d00001
literal 354
zcmV-o0iFJdP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0000PbVXQnQ*UN;
zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUz1W80eRCwBA{Qv(y10{fQa2c?3$2x{P
z-}m7)QH9fq(cL2m&SycE1Zmb*v}Ul?3u1s63^R+7fsv7s;qaw(3|H^(`|r*W#E8`Z
z5cv1+FT;;tpBeuB|HA-t9Y`}1BMVp#9WbFeukrfB6AVB9d}8?a>m9?_pRd6f#0H6h
z<Une08UO?hAmY^ZT@1hfd}jFh`#l(g*dQ@vH8{Nhvf<8?ef84v-x<FDegzieWDsMx
z`{XW$?buuZx8dIX&kStL{9p`XW3wHX0brY+JbT5!%_alJAT~DJaT)-#>F(XPV2sOl
zd<KARy!+%f0|?`?9cv&Wy8@^YukC{)GXVq`0J1BIBu0_2dH?_b07*qoM6N<$g4+9<
A0RR91
deleted file mode 100644
GIT binary patch
literal 0
HcmV?d00001
literal 332
zcmV-S0ki&zP)<h;3K|Lk000e1NJLTq000mG000mO1^@s6AM^iV0000PbVXQnQ*UN;
zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUy?ny*JRCwBA{Qv(y10{fQa2c?3$2t_r
zJKy(#B~>_`7?H)@J%ZqDCR`?iG;1qbGk`G6AZ&mIpYzN$J;3zU`$uuAVZvp*nyewi
z*I#eI7{tcq3Y=chQ8r@u_VX1OgV;oS0c4Ymlo-RaADb9{{(TP?V`mm*0Eyjsw(mcB
zfMRulvZ4UPpMT#N{{8y}#vnFGjGz}lwkycUGcYnTF)%Z6Ft9T7f-#5<5(CMhhXo6!
ziEIoUETRmIK&gNKe?i0;*%;Va1c7od@P`4=e~ovZ?5n@`<TlPg1F6C1f(D=hLaDc5
eaAhWd00RI#MQARJ**GZx0000<MNUMnLSTZi$%d=|
@@ -53,14 +53,9 @@
<th>
{% ifequal order.name "name" %}
<a class="colactive"
- href="{% listurl order=order.reversed_name %}"><img
- {% if order.reversed %}
- src="{% static "images/16-arrow-up.png" %}"
- {% else %}
- src="{% static "images/16-arrow-down.png" %}"
- {%endif%}
- width="16" height="16"
- ></a> <a class="colactive"
+ href="{% listurl order=order.reversed_name %}"><span
+ class="glyphicon glyphicon-chevron-{{ order.updown }}"
+ ></span></a> <a class="colactive"
href="{% listurl order=order.reversed_name %}">Patch</a>
{% else %}
{% if not order.editable %}
@@ -80,14 +75,9 @@
<th>
{% ifequal order.name "date" %}
<a class="colactive"
- href="{% listurl order=order.reversed_name %}"><img
- {% if order.reversed %}
- src="{% static "images/16-arrow-up.png" %}"
- {% else %}
- src="{% static "images/16-arrow-down.png" %}"
- {%endif%}
- width="16" height="16"
- ></a> <a class="colactive"
+ href="{% listurl order=order.reversed_name %}"><span
+ class="glyphicon glyphicon-chevron-{{ order.updown }}"
+ ></span></a> <a class="colactive"
href="{% listurl order=order.reversed_name %}">Date</a>
{% else %}
{% if not order.editable %}
@@ -101,14 +91,9 @@
<th>
{% ifequal order.name "submitter" %}
<a class="colactive"
- href="{% listurl order=order.reversed_name %}"><img
- {% if order.reversed %}
- src="{% static "images/16-arrow-up.png" %}"
- {% else %}
- src="{% static "images/16-arrow-down.png" %}"
- {%endif%}
- width="16" height="16"
- ></a> <a class="colactive"
+ href="{% listurl order=order.reversed_name %}"><span
+ class="glyphicon glyphicon-chevron-{{ order.updown }}"
+ ></span></a> <a class="colactive"
href="{% listurl order=order.reversed_name %}">Submitter</a>
{% else %}
{% if not order.editable %}
@@ -122,14 +107,9 @@
<th>
{% ifequal order.name "delegate" %}
<a class="colactive"
- href="{% listurl order=order.reversed_name %}"><img
- {% if order.reversed %}
- src="{% static "images/16-arrow-up.png" %}"
- {% else %}
- src="{% static "images/16-arrow-down.png" %}"
- {%endif%}
- width="16" height="16"
- ></a> <a class="colactive"
+ href="{% listurl order=order.reversed_name %}"><span
+ class="glyphicon glyphicon-chevron-{{ order.updown }}"
+ ></span></a> <a class="colactive"
href="{% listurl order=order.reversed_name %}">Delegate</a>
{% else %}
{% if not order.editable %}
@@ -143,14 +123,9 @@
<th>
{% ifequal order.name "state" %}
<a class="colactive"
- href="{% listurl order=order.reversed_name %}"><img
- {% if order.reversed %}
- src="{% static "images/16-arrow-up.png" %}"
- {% else %}
- src="{% static "images/16-arrow-down.png" %}"
- {%endif%}
- width="16" height="16"
- ></a> <a class="colactive"
+ href="{% listurl order=order.reversed_name %}"><span
+ class="glyphicon glyphicon-chevron-{{ order.updown }}"
+ ></span></a> <a class="colactive"
href="{% listurl order=order.reversed_name %}">State</a>
{% else %}
{% if not order.editable %}
@@ -93,6 +93,11 @@ class Order(object):
else:
return '-' + self.order
+ def updown(self):
+ if self.reversed:
+ return 'up'
+ return 'down'
+
def apply(self, qs):
q = self.order_map[self.order]
if self.reversed: