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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/apps_samples.html

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/server2/templates/public/apps_samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/samples.html b/chrome/common/extensions/docs/server2/templates/public/apps_samples.html
similarity index 87%
copy from chrome/common/extensions/docs/server2/templates/public/samples.html
copy to chrome/common/extensions/docs/server2/templates/public/apps_samples.html
index 9d8dc961843712186a8db98f65e506a923ab255e..d4d8b7432524fd7638a28ece66dec900a3299fc1 100644
--- a/chrome/common/extensions/docs/server2/templates/public/samples.html
+++ b/chrome/common/extensions/docs/server2/templates/public/apps_samples.html
@@ -9,7 +9,7 @@
<div id="gc-container">
{{+partials.sidenav}}
<div id="gc-pagecontent">
- <h1 class="page_title">Samples</h1>
+ <h1 class="page_title">Apps Samples</h1>
not at google - send to devlin 2012/07/30 11:24:05 Apps Samples -> Sample Apps
cduvall 2012/08/02 01:14:53 Done.
<div id="controls">
<table class="controlbox">
<tr>
@@ -28,10 +28,10 @@
</tr>
</table>
</div>
- {{#samples.samples}}
+ {{#samples.apps}}
<div class="sample" tags="{{#api_calls}}{{name}} {{/}}">
<img class="icon" src="{{icon}}">
- <h2><a href="{{path}}.zip">{{name}}</a></h2>
+ <h2><a href="{{github_path}}">{{name}}</a></h2>
{{description}}
<div>
<span class="label">Calls:</span>
@@ -45,12 +45,12 @@
<span class="label">Source Files:</span>
<ul>
{{#files}}
- <li><code><a href="{{path}}/{{@}}">{{@}}</a></code></li>
+ <li><code><a href="{{github_path}}/{{@}}">{{@}}</a></code></li>
{{/}}
</ul>
</div>
</div>
- {{/samples.samples}}
+ {{/samples.apps}}
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698