aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/tabs.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-11-02 21:24:52 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-11-02 21:24:52 +0200
commitda1014421d0fffa146a6ee581a9c522c84b8c1fe (patch)
tree0522981df0ad95124b933834e4a32f89f474f9ca /servo/templates/orders/tabs.html
parent9bf45810ca9729fac51d796651a310a07d7b92cf (diff)
downloadServo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.tar.gz
Servo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.tar.bz2
Servo-da1014421d0fffa146a6ee581a9c522c84b8c1fe.zip
Cleanup
Diffstat (limited to 'servo/templates/orders/tabs.html')
-rwxr-xr-xservo/templates/orders/tabs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/tabs.html b/servo/templates/orders/tabs.html
index 134aa9f..44d71c6 100755
--- a/servo/templates/orders/tabs.html
+++ b/servo/templates/orders/tabs.html
@@ -3,6 +3,6 @@
<li{% if not repair and active == 'order' %} class="active"{% endif %}><a href="{{ order.get_absolute_url }}">{% trans "Order" %}</a></li>
{% for r in order.repair_set.all %}
-<li{% if r.pk == repair.pk %} class="active"{% endif %}><a href="{{ r.get_absolute_url }}">{{ r.get_number }}</a></li>
+ <li{% if r.pk == repair.pk %} class="active"{% endif %}><a href="{{ r.get_absolute_url }}">{{ r.get_number }}</a></li>
{% endfor %}
<li{% if active == 'events' %} class="active"{% endif %}><a href="{{ order.get_absolute_url }}events/">{% trans "Events" %}</a></li>