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

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

Issue 255473003: docserver: Adds "API scheduled for Chrome version..." text to dev and beta APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moves "scheduled for..." text into intro_table.html Created 6 years, 7 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
1 <table class="intro" id="intro"> 1 <table class="intro" id="intro">
2 {{#item:api.introList}} 2 {{#item:api.introList}}
3 <tr> 3 <tr>
4 <td class="title">{{item.title}}:</td> 4 <td class="title">{{item.title}}:</td>
5 <td> 5 <td>
6 {{#c:item.content}} 6 {{#c:item.content}}
7 {{?c.link}}<a href="{{c.link}}">{{/c.link}} 7 {{?c.link}}<a href="{{c.link}}">{{/c.link}}
8 {{?c.class}}<span class="{{c.class}}">{{/c.class}} 8 {{?c.class}}<span class="{{c.class}}">{{/c.class}}
9 {{?c.text}}{{{c.text}}}{{/c.text}} 9 {{?c.text}}{{{c.text}}}{{/c.text}}
10 {{?c.partial +c.partial content:c/}} 10 {{?c.partial +c.partial content:c/}}
11 {{?c.scheduled}}Scheduled for Chrome {{c.scheduled}}.{{/c.scheduled}}
not at google - send to devlin 2014/04/29 00:19:43 almost. this property is specific to the dev/beta
danielj41 2014/04/30 21:07:11 Done.
11 {{?c.class}}</span>{{/c.class}} 12 {{?c.class}}</span>{{/c.class}}
12 {{?c.link}}</a>{{/c.link}} 13 {{?c.link}}</a>{{/c.link}}
13 <br> 14 <br>
14 {{/item.content}} 15 {{/item.content}}
15 </td> 16 </td>
16 </tr> 17 </tr>
17 {{/api.introList}} 18 {{/api.introList}}
18 </table> 19 </table>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698