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

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: 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/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>
« client/web/app.dart ('K') | « client/web/item.html ('k') | client/web/link.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698