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

Side by Side Diff: appengine/chromium_status/templates/current.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 <html> 1 <html>
2 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="6"> 2 <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="6">
3 <style type="text/css"> 3 <style type="text/css">
4 a:link { color: #0000ff; } 4 a:link { color: #0000ff; }
5 a:vlink { color: #0000ff; } 5 a:vlink { color: #0000ff; }
6 a:alink { color: #0000ff; } 6 a:alink { color: #0000ff; }
7 div.status-message { 7 div.status-message {
8 margin-bottom: 1em; 8 margin-bottom: 1em;
9 padding: 0.5em; 9 padding: 0.5em;
10 font-weight: normal; 10 font-weight: normal;
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <a target="_blank" href="/">Login Required</a></div> 46 <a target="_blank" href="/">Login Required</a></div>
47 {% else %} 47 {% else %}
48 <a href="/" target="_blank"> 48 <a href="/" target="_blank">
49 <div class="status-message {{ state }}">{{ message }} </div> 49 <div class="status-message {{ state }}">{{ message }} </div>
50 </a> 50 </a>
51 {% endif %} 51 {% endif %}
52 </center> 52 </center>
53 53
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « appengine/chromium_status/templates/cq_top_score.html ('k') | appengine/chromium_status/templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698