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

Unified Diff: master/templates/horizontal_one_box_per_build.html

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 years, 2 months 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
« no previous file with comments | « master/templates/console.html ('k') | master/templates/layout.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master/templates/horizontal_one_box_per_build.html
diff --git a/master/templates/horizontal_one_box_per_build.html b/master/templates/horizontal_one_box_per_build.html
deleted file mode 100644
index 4b503120d5a79cfb6529c860463075488a7a39ab..0000000000000000000000000000000000000000
--- a/master/templates/horizontal_one_box_per_build.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{%- block doctype -%}
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-{% endblock %}
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
-{% block head %}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Buildbot</title>
- <link href="default.css" rel="stylesheet" type="text/css" />
-{% endblock %}
- </head>
- <body vlink="#800080">
-{% block content %}
- <table style="width: 100%"><tr>
- {% for b in builders %}
- {% if not 'Trybot' in b.name %}
- <td valign=bottom class=mini-box><a href='{{ b.url }}' class='{{ b.outcome }}' title='{{ b.name }}' target=_blank> {{ b.name if b.show_name else '' }} </a></td>
- {% endif %}
- {% endfor %}
- </tr></table>
-{% endblock content %}
- </body>
-</html>
« no previous file with comments | « master/templates/console.html ('k') | master/templates/layout.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698