Commit 6e9fcfb4 authored by beaufort.francois's avatar beaufort.francois Committed by Commit bot

[Docserver] Refreshed API Owners page

OLD=http://i.imgur.com/YC85Lci.png
NOW=http://i.imgur.com/d1fjzzz.png

BUG=400760
NOTRY=True

Review URL: https://codereview.chromium.org/1175993002

Cr-Commit-Position: refs/heads/master@{#333752}
parent e201c7cd
<!DOCTYPE html> {{+content:partials.site}}
<html> <h1>Extensions & Apps API Owners</h1>
<head> <table>
<title>Extensions/Apps API Owners</title>
<style>
.warning {
color: #f90101;
}
html, body {
width: 1400px;
}
table {
border-collapse: collapse;
}
table, th, td {
border: 1px solid #eee;
padding: 2px 6px;
}
tr:target {
font-weight: bold;
background-color: #dcdcdc;
}
#notes {
white-space: pre-line;
}
</style>
</head>
<body>
<h1><center>Extensions/Apps API Owners</center></h1>
<table>
<tr> <tr>
<th>API</th> <th>API</th>
<th>Owners</th> <th>Owners</th>
...@@ -43,7 +16,7 @@ ...@@ -43,7 +16,7 @@
{{owner.username}}</a>{{^owner.last}}, {{/owner.last}} {{owner.username}}</a>{{^owner.last}}, {{/owner.last}}
{{/entry.owners}} {{/entry.owners}}
{{:}} {{:}}
<a href="#core"><span class="warning">No owners.</span></a> N/A.
{{/entry.owners}} {{/entry.owners}}
</td> </td>
<td id="notes"> <td id="notes">
...@@ -51,6 +24,5 @@ ...@@ -51,6 +24,5 @@
</td> </td>
</tr> </tr>
{{/owners.apis}} {{/owners.apis}}
</table> </table>
</body> {{/partials.site}}
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment