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

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

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 4 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 <div class="sample" tags="{{#api_calls}}{{name}} {{/}}">
2 <img class="icon" src="{{icon}}">
3 <h2><a href="{{?is_apps}}{{github_path}}{{:}}{{path}}.zip{{/}}">{{name}}</a></ h2>
not at google - send to devlin 2012/08/10 06:02:18 Why do we need github_path at all? Can we just mak
cduvall 2012/08/10 21:17:47 Done.
4 {{description}}
5 <div>
6 <span class="label">Calls:</span>
7 <ul>
8 {{#api_calls}}
9 <li><code><a href="{{link}}">{{name}}</a></code></li>
10 {{/}}
11 </ul>
12 </div>
13 <div>
14 <span class="label">Source Files:</span>
15 <ul>
16 {{#files}}
17 <li><code><a href="{{?is_apps}}{{github_path}}{{:}}{{path}}{{/}}/{{@}}">{{ @}}</a></code></li>
18 {{/}}
19 </ul>
20 </div>
21 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698