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

Unified Diff: chrome/common/extensions/docs/server2/templates/public/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/samples.html
diff --git a/chrome/common/extensions/docs/server2/templates/public/samples.html b/chrome/common/extensions/docs/server2/templates/public/samples.html
index 9d8dc961843712186a8db98f65e506a923ab255e..82d3d498c8c62bd31dbe34a011789dddaec01814 100644
--- a/chrome/common/extensions/docs/server2/templates/public/samples.html
+++ b/chrome/common/extensions/docs/server2/templates/public/samples.html
@@ -28,7 +28,7 @@
</tr>
</table>
</div>
- {{#samples.samples}}
+ {{#samples.extensions}}
<div class="sample" tags="{{#api_calls}}{{name}} {{/}}">
<img class="icon" src="{{icon}}">
<h2><a href="{{path}}.zip">{{name}}</a></h2>
@@ -50,7 +50,7 @@
</ul>
</div>
</div>
- {{/samples.samples}}
+ {{/samples.extensions}}
</div>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698