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

Side by Side Diff: chrome/common/extensions/docs/server2/templates/public/samples.html

Issue 10689144: Extensions Docs Server: Samples zip files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: better sample page Created 8 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {{#samples}}
2 <a href="{{path}}">{{name}}</a><br/>
3 Calls:
4 <ul>
5 {{#api_functions}}
6 <li>{{@}}</li>
7 {{/}}
8 </ul>
9 Source Files:
10 <ul>
11 {{#files}}
12 <li>{{@}}</li>
13 {{/}}
14 </ul>
15 {{/}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698