Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: appengine/chromium_status/templates/cq_top_score.html

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {% extends "base.html" %} 1 {% extends "base.html" %}
2 2
3 {% block extra_head %} 3 {% block extra_head %}
4 <link href="/stylesheets/cq_top_score.css" type="text/css" rel="stylesheet"/ > 4 <link href="/stylesheets/cq_top_score.css" type="text/css" rel="stylesheet"/ >
5 {% endblock %} 5 {% endblock %}
6 6
7 {% block content %} 7 {% block content %}
8 <h1>Top scores</h1> 8 <h1>Top scores</h1>
9 <table class="issue"> 9 <table class="issue">
10 <tbody> 10 <tbody>
(...skipping 19 matching lines...) Expand all
30 1 POINT FOR CQ DONE BEFORE<br> 30 1 POINT FOR CQ DONE BEFORE<br>
31 </td> 31 </td>
32 <td> 32 <td>
33 </td> 33 </td>
34 </tr> 34 </tr>
35 </tbody> 35 </tbody>
36 </table> 36 </table>
37 <p> 37 <p>
38 <a href="/third_party/LICENSE.txt">Font license</a> 38 <a href="/third_party/LICENSE.txt">Font license</a>
39 {% endblock %} 39 {% endblock %}
OLDNEW
« no previous file with comments | « appengine/chromium_status/templates/cq_owners.html ('k') | appengine/chromium_status/templates/current.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698