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

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: blobstore 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 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..0e52fe1aac8387e89a027398ba2dc0b8fde209e5 100644
--- a/chrome/common/extensions/docs/server2/templates/public/samples.html
+++ b/chrome/common/extensions/docs/server2/templates/public/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">Sample Extensions</h1>
<div id="controls">
<table class="controlbox">
<tr>
@@ -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