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

Unified Diff: client/web/method.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/main.dart ('k') | client/web/minimap-class.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/method.html
diff --git a/client/web/method.html b/client/web/method.html
index bb0abfb16ea62402ff015324344429ecb05a1246..19c031e096a2b4f95a60a1d553cb34074cfe1fe8 100644
--- a/client/web/method.html
+++ b/client/web/method.html
@@ -59,7 +59,7 @@
<template if="{{isNotConstructor}}">
<dartdoc-type type="{{item.type}}"></dartdoc-type>
</template>
- <b><a id="{{idName}}" href="#{{item.anchorHref}}">
+ <b><a id="{{idName}}" href="{{item.prefixedAnchorHref}}">
{{item.decoratedName}}</a></b>
<dartdoc-parameter parameters="{{item.parameters}}">
</dartdoc-parameter>
« no previous file with comments | « client/web/main.dart ('k') | client/web/minimap-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698