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

Unified Diff: client/web/minimap-element.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: Fixes from review Created 6 years, 10 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 | « client/web/minimap-element.dart ('k') | client/web/minimap-library.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/minimap-element.html
diff --git a/client/web/minimap-element.html b/client/web/minimap-element.html
index 0724c52563ff2d3753e74cdbb594cbe2c8e0ffcd..3166f2ed6eca5ca59836433e04272b88700d6fa0 100644
--- a/client/web/minimap-element.html
+++ b/client/web/minimap-element.html
@@ -6,7 +6,7 @@
</li>
<ul class="minimap-sublist collapse in">
<template repeat="{{itemsToShow}}">
- <li><a href="#{{anchorHref}}">{{decoratedName}}</a></li>
+ <li><a href="{{prefixedAnchorHref}}">{{decoratedName}}</a></li>
</template>
</ul>
</template>
« no previous file with comments | « client/web/minimap-element.dart ('k') | client/web/minimap-library.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698