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

Side by Side Diff: chrome/common/extensions/docs/templates/private/intro_table.html

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moving logic into availability_data_source Created 7 years, 8 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
OLDNEW
(Empty)
1 <table class="intro">
2 <tr>
3 <th scope="col"></th>
4 <th scope="col"></th>
5 </tr>
6 {{?api.description}}
7 <tr>
8 <td>
9 <strong>Description:</strong>
10 </td>
11 <td>
12 {{{api.description}}}
13 </td>
14 </tr>
15 {{/}}
16 {{?api.availability}}
17 <tr>
18 <td>
19 <strong>Availability:</strong>
20 </td>
21 <td>
22 {{api.availability}}
23 </td>
24 </tr>
25 {{/}}
26 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698