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

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

Issue 10894049: Make links to samples and re-enable sample list for api references. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: patch'd 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/private/sample_item.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/sample_item.html b/chrome/common/extensions/docs/server2/templates/private/sample_item.html
index c15c4b28cc9bd8667b93d0e6edbba6f3f0116ae4..7f27f63235e15f5b7d5f79c0546d9531a26548d2 100644
--- a/chrome/common/extensions/docs/server2/templates/private/sample_item.html
+++ b/chrome/common/extensions/docs/server2/templates/private/sample_item.html
@@ -1,4 +1,5 @@
<div class="sample" tags="{{#api_calls}}{{name}} {{/}}">
+ <a name="{{id}}"></a>
<img class="icon" src="{{icon}}">
<h2><a href="{{download_url}}">{{name}}</a></h2>
{{description}}

Powered by Google App Engine
This is Rietveld 408576698