Revision 95450be6

b/templates/user_routes.html
209 209
<tbody>
210 210
{% for route in routes %}
211 211

  
212
<tr {% ifequal route.status 'ACTIVE' %} class="GradeA" {% else %} class="GradeX" {% endifequal %}>
212
<tr class="GradeC" >
213 213
	<td>{{ route.pk }}</td>
214 214
	<td>{{ route.name }}</td>
215 215
	<td>{{ route.get_match|safe|escape }}</td>

Also available in: Unified diff