~dooferlad/linaro-ci-dashboard/add_api

« back to all changes in this revision

Viewing changes to dashboard/frontend/android_textfield_loop/templates/android_textfield_loop_detail.html

  • Committer: Milo Casagrande
  • Date: 2012-09-12 14:34:11 UTC
  • mfrom: (43.2.7 linkify_next_loop)
  • Revision ID: milo@ubuntu.com-20120912143411-gxp9q1oom6fcghc6
Merged code for links in detail views, cleaned up detail views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "textfield_loop_detail.html" %}
2
 
{% block scripts %}
3
 
{{ block.super }}
4
 
$("#update_button").click(function() {
5
 
    window.location.href = "{% url AndroidTextFieldLoopUpdate loop_detail.name %}";
6
 
});
7
 
{% endblock scripts %}