Index: appengine_apps/chromium_status/templates/cq_top_score.html |
diff --git a/appengine_apps/chromium_status/templates/cq_top_score.html b/appengine_apps/chromium_status/templates/cq_top_score.html |
deleted file mode 100644 |
index f366ee1058659fcddd38917dbdbdc3cff92cefcf..0000000000000000000000000000000000000000 |
--- a/appengine_apps/chromium_status/templates/cq_top_score.html |
+++ /dev/null |
@@ -1,39 +0,0 @@ |
-{% extends "base.html" %} |
- |
-{% block extra_head %} |
- <link href="/stylesheets/cq_top_score.css" type="text/css" rel="stylesheet"/> |
-{% endblock %} |
- |
-{% block content %} |
-<h1>Top scores</h1> |
-<table class="issue"> |
- <tbody> |
- {% for owner in data %} |
- <tr> |
- <td>{{ owner.rank }}</td> |
- <td>{{ owner.name }}</td> |
- <td>{{ owner.points }}</td> |
- </tr> |
- {% endfor %} |
- </tbody> |
-</table> |
- |
-<table class="legend"> |
- <tbody> |
- <tr> |
- <td> |
- </td> |
- <td> |
- 10 POINTS FOR CQ IN THE PAST 24 HOURS<br> |
- 5 POINTS FOR CQ IN THE PAST 7 DAYS<br> |
- 2 POINTS FOR CQ IN THE PAST 30 DAYS<br> |
- 1 POINT FOR CQ DONE BEFORE<br> |
- </td> |
- <td> |
- </td> |
- </tr> |
- </tbody> |
-</table> |
-<p> |
-<a href="/third_party/LICENSE.txt">Font license</a> |
-{% endblock %} |