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

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

Issue 10815042: Extensions Docs Server: api_index.html, experimental.html (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/private/standard_article.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/standard_article.html b/chrome/common/extensions/docs/server2/templates/private/standard_article.html
index e1af6e105e30f1e1d0da7f86c001a5e69ddcebb9..45f6a4c18e36013b203d1275ba46d91afb2b8649 100644
--- a/chrome/common/extensions/docs/server2/templates/private/standard_article.html
+++ b/chrome/common/extensions/docs/server2/templates/private/standard_article.html
@@ -10,6 +10,7 @@
<div id="gc-container">
{{+partials.sidenav}}
<div id="gc-pagecontent">
+ <h1 class="page_title">{{article.title}}</h1>
{{+partials.table_of_contents toc:article.toc}}
{{- This may contain <pre> tags so it is not indented -}}
{{+article.intro}}

Powered by Google App Engine
This is Rietveld 408576698