aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/devices/view.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-11 15:43:55 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-11 15:43:55 +0200
commit19444b3b1c3d80b860d9d749942b7d2558950bcb (patch)
tree0942f5e005b7f607ee64d73978a6cf7912945adc /servo/templates/devices/view.html
parentf51bc293756243e6880a1419a82fb51ea1733a30 (diff)
downloadServo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.gz
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.tar.bz2
Servo-19444b3b1c3d80b860d9d749942b7d2558950bcb.zip
Refactored searches into separate module
Diffstat (limited to 'servo/templates/devices/view.html')
-rwxr-xr-xservo/templates/devices/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/devices/view.html b/servo/templates/devices/view.html
index fd6d3a9..51a30c1 100755
--- a/servo/templates/devices/view.html
+++ b/servo/templates/devices/view.html
@@ -66,7 +66,7 @@
</div>
{% if device.is_apple_device %}
<div class="tab-pane" id="tab3">
- <div id="gsx-container" data-source="{% url 'devices-search_gsx' what='repairs' param='serialNumber' query=device.sn %}">
+ <div id="gsx-container" data-source="{% url 'search-search_gsx' what='repairs' param='serialNumber' query=device.sn %}">
<div class="progress active">
<div class="bar" style="width:100%;" data-progress="0"></div>
</div>