diff options
Diffstat (limited to 'templates/run.html')
| -rw-r--r-- | templates/run.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/templates/run.html b/templates/run.html deleted file mode 100644 index 77f9f90..0000000 --- a/templates/run.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} {% block title %}/{{ project_path }}/{{ run_number -}}{% endblock %} {% block path %}/<a href="/{{ project_path }}" - >{{ project_path }}</a ->/<a href="/{{ project_path }}/{{ run_number }}">{{ run_number }}</a>{% endblock -%} {% block content %} -<pre - id="stdout" - style="white-space: pre-wrap" -></pre> - -{% for n in run %} -<script> - document.getElementById('stdout').textContent = {{ n|tojson }}; - var s = document.currentScript; - s.parentNode.removeChild(s); -</script> -{% endfor %} {% endblock %} - -<!-- vim: set filetype=jinja: --> |
