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

Unified Diff: client/web/minimap-class.html

Issue 149573008: Factor out the anchor prefix to easily allow switching to #! (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Accept the basic form (#) but allow the ajax form Created 6 years, 11 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: client/web/minimap-class.html
diff --git a/client/web/minimap-class.html b/client/web/minimap-class.html
index ef0771d6b919e96237b7e0b7920d3e55627bddf7..b147acacf1a78badb12c1ed96d9942759cf425cb 100644
--- a/client/web/minimap-class.html
+++ b/client/web/minimap-class.html
@@ -3,7 +3,7 @@
<polymer-element name="dartdoc-minimap-class">
<template>
<div class="well well-sm nav affix-right" id="minimap">
- <a href="#{{item.linkHref}}">{{item.decoratedName}}</a>
+ <a href="{{item.anchorLinkHref}}">{{item.decoratedName}}</a>
<ul>
<dartdoc-minimap category="{{item.constructors}}" item="{{item}}">
</dartdoc-minimap>

Powered by Google App Engine
This is Rietveld 408576698