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

Unified Diff: client/web/library-panel.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/item.html ('k') | client/web/link.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/library-panel.html
diff --git a/client/web/library-panel.html b/client/web/library-panel.html
index 59594087da3f5f2885a71e3346544cd6193b105a..bed2034bc68085361dad1810991582367b57e38f 100644
--- a/client/web/library-panel.html
+++ b/client/web/library-panel.html
@@ -2,7 +2,8 @@
<template>
<div class="list-group affix-left" id="library-panel">
<template repeat="{{viewer.libraries}}">
- <a href="#{{linkHref}}" class="list-group-item">{{decoratedName}}</a>
+ <a href="{{prefixedLinkHref}}" class="list-group-item">
+ {{decoratedName}}</a>
</template>
</div>
</template>
« no previous file with comments | « client/web/item.html ('k') | client/web/link.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698