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

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

Issue 15087006: Docserver: there is only one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: epic rebase Created 7 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
« no previous file with comments | « chrome/common/extensions/docs/templates/private/footer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/header_body.html
diff --git a/chrome/common/extensions/docs/templates/private/header_body.html b/chrome/common/extensions/docs/templates/private/header_body.html
index fa7149c3e63e1d6b60db8f8deb2198c295ef1440..23f6bc9d03d59c82eca72607821c93ee5d257b03 100644
--- a/chrome/common/extensions/docs/templates/private/header_body.html
+++ b/chrome/common/extensions/docs/templates/private/header_body.html
@@ -1,21 +1,16 @@
<div id="gc-topnav">
<table><tr>
<td id="chrome-logo">
- <a href="." title="Google Chrome {{title}}">
- <img src="{{static}}/images/chrome-logo.png" alt="">
- chrome {{platform}}s
+ <a href="/{{platform}}s/" title="Google Chrome {{title}}">
+ <img src="{{static}}/images/chrome-logo.png" alt=""> chrome
</a>
- <div id="branch-chooser">
- <button id="branch-chooser-toggle"
- class="{{branchInfo.current}}" data-menu="branch-chooser-popup">
- {{branchInfo.current}} &#x25be;&#x202F;
+ <div id="platform-chooser">
+ <button id="platform-chooser-toggle" data-menu="platform-chooser-popup">
+ {{platform}}s &#x25be;&#x202F;
</button>
- <div id="branch-chooser-popup">
- {{#branchInfo.channels}}
- {{^isCurrent}}
- <button class="{{name}}">{{name}}</button>
- {{/isCurrent}}
- {{/branchInfo.channels}}
+ <div id="platform-chooser-popup">
+ <button class="apps" data-href="/apps/about_apps.html">apps</button>
+ <button class="extensions" data-href="/extensions">extensions</button>
</div>
</div>
</td>
« no previous file with comments | « chrome/common/extensions/docs/templates/private/footer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698