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

Unified Diff: client/web/typedef.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/typedef.dart ('k') | client/web/variable-heading.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/typedef.html
diff --git a/client/web/typedef.html b/client/web/typedef.html
index 2303fd309d255439338cd40a28e7fa189e8bd5b5..10ea38c14887e6cf6536649882356d1ff75c65e2 100644
--- a/client/web/typedef.html
+++ b/client/web/typedef.html
@@ -12,7 +12,7 @@
</dartdoc-annotation>
<p class="panel-title">typedef
- <a href="#{{item.type.location}}">{{item.type.simpleType}}</a>
+ <a href="{{prefixedLocation}}">{{item.type.simpleType}}</a>
{{item.name}}
<dartdoc-parameter parameters="{{item.parameters}}"></dartdoc-parameter>
</p>
« no previous file with comments | « client/web/typedef.dart ('k') | client/web/variable-heading.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698