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

Side by Side Diff: masters/master.client.v8.branches/templates/announce.html

Issue 574623003: V8 Buildbot: Add link to roll status app. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | masters/master.client.v8/templates/announce.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 2
3 {% block header -%} 3 {% block header -%}
4 {{ super() }} 4 {{ super() }}
5 <hr/> 5 <hr/>
6 6
7 <div class="Announcement"> 7 <div class="Announcement">
8 8
9 <iframe width="100%" height="44" frameborder="0" scrolling="no" src="https://v8- status.appspot.com/current" ></iframe> 9 <iframe width="100%" height="44" frameborder="0" scrolling="no" src="https://v8- status.appspot.com/current" ></iframe>
10 10
11 <center style="padding: 0 7px"> 11 <center style="padding: 0 7px">
12 <table width="100%" valign="top" bgcolor="#efefef" style="border-bottom-left-r adius: 24px; border-bottom-right-radius: 24px; box-shadow: 2px 2px 6px rgba(0,0, 0,0.6);"> 12 <table width="100%" valign="top" bgcolor="#efefef" style="border-bottom-left-r adius: 24px; border-bottom-right-radius: 24px; box-shadow: 2px 2px 6px rgba(0,0, 0,0.6);">
13 <tr> 13 <tr>
14 <td style="text-align: center;"> 14 <td style="text-align: center;">
15 <b>Sheriff: </b> 15 <b>Sheriff: </b>
16 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js '></script> 16 <script src='https://chromium-build.appspot.com/p/chromium/sheriff_v8.js '></script>
17 &nbsp;&nbsp; 17 &nbsp;&nbsp;
18 <b>Masters: </b> 18 <b>Masters: </b>
19 <a id="master_v8" href="../client.v8">client.v8</a> | 19 <a id="master_v8" href="../client.v8">client.v8</a> |
20 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch es</a> 20 <a id="master_v8_branches" href="../client.v8.branches">client.v8.branch es</a>
21 &nbsp;&nbsp; 21 &nbsp;&nbsp;
22 <b>Controls: </b><a id="tree_status_link" href="https://v8-status.appspo t.com">tree status</a> 22 <b>Controls: </b>
23 <a id="tree_status_link" href="https://v8-status.appspot.com">tree statu s</a> |
24 <a id="roll_status_link" href="https://v8-roll.appspot.com">roll status< /a>
23 </td> 25 </td>
24 </tr> 26 </tr>
25 </table> 27 </table>
26 </center> 28 </center>
27 29
28 </div> 30 </div>
29 {% endblock header %} 31 {% endblock header %}
30 32
31 {% block footer %} 33 {% block footer %}
32 34
33 {{ super() }} 35 {{ super() }}
34 {# <p>Debug info: {{ debuginfo }}</p> #} 36 {# <p>Debug info: {{ debuginfo }}</p> #}
35 {% endblock %} 37 {% endblock %}
OLDNEW
« no previous file with comments | « no previous file | masters/master.client.v8/templates/announce.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698