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

Side by Side Diff: appengine/chromium_status/templates/cq_owner.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.css" type="text/css" rel="stylesheet"/> 4 <link href="/stylesheets/cq.css" type="text/css" rel="stylesheet"/>
5 {% endblock %} 5 {% endblock %}
6 6
7 {% block content %} 7 {% block content %}
8 <table class="links"> 8 <table class="links">
9 <tr> 9 <tr>
10 <td> 10 <td>
(...skipping 24 matching lines...) Expand all
35 <td class="type">{{ event.name }}</td> 35 <td class="type">{{ event.name }}</td>
36 {% autoescape off %} 36 {% autoescape off %}
37 <td class="message">{{ event.as_html }}</td> 37 <td class="message">{{ event.as_html }}</td>
38 {% endautoescape %} 38 {% endautoescape %}
39 </tr> 39 </tr>
40 {% endfor %} 40 {% endfor %}
41 </tbody> 41 </tbody>
42 </table> 42 </table>
43 {% endfor %} 43 {% endfor %}
44 {% endblock %} 44 {% endblock %}
OLDNEW
« no previous file with comments | « appengine/chromium_status/templates/commits.html ('k') | appengine/chromium_status/templates/cq_owners.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698