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

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: better redirects Created 7 years, 7 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/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..72103a8991812ae1fafd0004df24854a4f8ed371 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}}">
cduvall 2013/05/15 00:50:50 /{{platform}}s/ to avoid the redirect?
not at google - send to devlin 2013/05/15 01:26:50 Done.
+ <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>

Powered by Google App Engine
This is Rietveld 408576698