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

Side by Side Diff: masters/master.chromium.infra.codesearch/templates/announce.html

Issue 2264253002: Split codesearch builders onto their own master (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Two more fixes Created 4 years, 1 month 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 "layout.html" %} 1 {% extends "layout.html" %}
2 2
3 {% block header -%} 3 {% block header -%}
4 {{ super() }} 4 {{ super() }}
5 <hr/> 5 <hr/>
6 <script> 6 <script>
7 function autoLink(className) { 7 function autoLink(className) {
8 var comments = document.querySelectorAll(className); 8 var comments = document.querySelectorAll(className);
9 for(var i = 0; i < comments.length; i++) { 9 for(var i = 0; i < comments.length; i++) {
10 comments[i].innerHTML = comments[i].innerHTML.replace(/http:\/\/[^ \t\n<]* /g, '<a href="$&">$&</a>'); 10 comments[i].innerHTML = comments[i].innerHTML.replace(/http:\/\/[^ \t\n<]* /g, '<a href="$&">$&</a>');
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 </center> 194 </center>
195 195
196 </div> 196 </div>
197 {% endblock header %} 197 {% endblock header %}
198 198
199 {% block footer %} 199 {% block footer %}
200 200
201 {{ super() }} 201 {{ super() }}
202 {# <p>Debug info: {{ debuginfo }}</p> #} 202 {# <p>Debug info: {{ debuginfo }}</p> #}
203 {% endblock %} 203 {% endblock %}
OLDNEW
« no previous file with comments | « masters/master.chromium.infra.codesearch/slaves.cfg ('k') | masters/master.chromium.infra.codesearch/templates/root.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698