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

Unified Diff: client/web/breadcrumbs.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/app.dart ('k') | client/web/comment.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/breadcrumbs.html
diff --git a/client/web/breadcrumbs.html b/client/web/breadcrumbs.html
index cd7f3c5db2a08c50ec1f85299ad9a68cc0b42284..8c6e5eb208741461a30ee7d36136a5d832555b82 100644
--- a/client/web/breadcrumbs.html
+++ b/client/web/breadcrumbs.html
@@ -2,7 +2,8 @@
<template>
<ul class="nav navbar-nav">
<template repeat="{{breadcrumbs}}">
- <li><a class="btn-link" href="#{{linkHref}}">{{decoratedName}}</a></li>
+ <li><a class="btn-link" href="{{prefixedLinkHref}}">
+ {{decoratedName}}</a></li>
</template>
<template if="{{lastCrumb}}">
<li class="active">
« no previous file with comments | « client/web/app.dart ('k') | client/web/comment.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698