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

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: Samples page with full links and descriptions 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}}.zip">{{name}}</a><br/>
3 {{description}}<br/>
4 Calls:
5 <ul>
6 {{#api_calls}}
7 <li><a href="{{link}}">{{name}}</a></li>
8 {{/}}
9 </ul>
10 Source Files:
11 <ul>
12 {{#files}}
13 <li><a href="{{path}}/{{@}}">{{@}}</a></li>
14 {{/}}
15 </ul>
16 {{/}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698