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

Unified Diff: appengine_apps/chromium_status/templates/commits.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 side-by-side diff with in-line comments
Download patch
Index: appengine_apps/chromium_status/templates/commits.html
diff --git a/appengine_apps/chromium_status/templates/commits.html b/appengine_apps/chromium_status/templates/commits.html
deleted file mode 100644
index 137f7fbb5b3564cabf7f534a9bd407788007597b..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/templates/commits.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
- <center>
- <h2>Last {{ limit }} {{ app_name }} LKGR commits</h2>
- <table border="1" cellpadding="5">
- <tr bgcolor="#CCCCFF">
- <td><b>Git Hash</b></td>
- <td><b>Commit Position</b></td>
- <td><b>When</b></td>
- </tr>
- {% for commit in commits %}
- <tr>
- <td><a href="https://chromium.googlesource.com/chromium/src/+log/{{ commit.git_hash }}">{{ commit.git_hash }}</a>
- <td>{{ commit.position_ref }}@{#{{ commit.position_num }}}</td>
- <td>{{ commit.date|date:"D M d, H:i T " }}</td>
- </tr>
- {% endfor %}
- </table>
- </center>
-{% endblock %}
« no previous file with comments | « appengine_apps/chromium_status/templates/breakpad.html ('k') | appengine_apps/chromium_status/templates/cq_owner.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698