|
69 | 69 | {% endif %} |
70 | 70 |
|
71 | 71 | <th> |
| 72 | +{% if not order.editable %} |
72 | 73 | {% if order.name == "name" %} |
73 | 74 | <a class="colactive" href="{% listurl order=order.reversed_name %}"> |
74 | 75 | <span class="glyphicon glyphicon-chevron-{{ order.updown }}"></span> |
|
77 | 78 | Patch |
78 | 79 | </a> |
79 | 80 | {% else %} |
80 | | -{% if not order.editable %} |
81 | 81 | <a class="colinactive" href="{% listurl order="name" %}">Patch</a> |
| 82 | +{% endif %} |
82 | 83 | {% else %} |
83 | 84 | <span class="colinactive">Patch</span> |
84 | | -{% endif %} |
85 | 85 | {% endif %} |
86 | 86 | </th> |
87 | 87 |
|
|
98 | 98 | </th> |
99 | 99 |
|
100 | 100 | <th> |
| 101 | +{% if not order.editable %} |
101 | 102 | {% if order.name == "date" %} |
102 | 103 | <a class="colactive" href="{% listurl order=order.reversed_name %}"> |
103 | 104 | <span class="glyphicon glyphicon-chevron-{{ order.updown }}"></span> |
|
106 | 107 | Date |
107 | 108 | </a> |
108 | 109 | {% else %} |
109 | | -{% if not order.editable %} |
110 | 110 | <a class="colinactive" href="{% listurl order="date" %}">Date</a> |
| 111 | +{% endif %} |
111 | 112 | {% else %} |
112 | 113 | <span class="colinactive">Date</span> |
113 | | -{% endif %} |
114 | 114 | {% endif %} |
115 | 115 | </th> |
116 | 116 |
|
117 | 117 | <th> |
| 118 | +{% if not order.editable %} |
118 | 119 | {% if order.name == "submitter" %} |
119 | 120 | <a class="colactive" href="{% listurl order=order.reversed_name %}"> |
120 | 121 | <span class="glyphicon glyphicon-chevron-{{ order.updown }}"></span> |
|
123 | 124 | Submitter |
124 | 125 | </a> |
125 | 126 | {% else %} |
126 | | -{% if not order.editable %} |
127 | 127 | <a class="colinactive" href="{% listurl order="submitter" %}"> |
128 | 128 | Submitter |
129 | 129 | </a> |
| 130 | +{% endif %} |
130 | 131 | {% else %} |
131 | 132 | <span class="colinactive">Submitter</span> |
132 | | -{% endif %} |
133 | 133 | {% endif %} |
134 | 134 | </th> |
135 | 135 |
|
136 | 136 | <th> |
| 137 | +{% if not order.editable %} |
137 | 138 | {% if order.name == "delegate" %} |
138 | 139 | <a class="colactive" href="{% listurl order=order.reversed_name %}"> |
139 | 140 | <span class="glyphicon glyphicon-chevron-{{ order.updown }}"></span> |
|
142 | 143 | Delegate |
143 | 144 | </a> |
144 | 145 | {% else %} |
145 | | -{% if not order.editable %} |
146 | 146 | <a class="colinactive" href="{% listurl order="delegate" %}">Delegate</a> |
| 147 | +{% endif %} |
147 | 148 | {% else %} |
148 | 149 | <span class="colinactive">Delegate</span> |
149 | | -{% endif %} |
150 | 150 | {% endif %} |
151 | 151 | </th> |
152 | 152 |
|
153 | 153 | <th> |
| 154 | +{% if not order.editable %} |
154 | 155 | {% if order.name == "state" %} |
155 | 156 | <a class="colactive" href="{% listurl order=order.reversed_name %}"> |
156 | 157 | <span class="glyphicon glyphicon-chevron-{{ order.updown }}"></span> |
|
159 | 160 | State |
160 | 161 | </a> |
161 | 162 | {% else %} |
162 | | -{% if not order.editable %} |
163 | 163 | <a class="colinactive" href="{% listurl order="state" %}">State</a> |
| 164 | +{% endif %} |
164 | 165 | {% else %} |
165 | 166 | <span class="colinactive">State</span> |
166 | | -{% endif %} |
167 | 167 | {% endif %} |
168 | 168 | </th> |
169 | 169 |
|
|
0 commit comments