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

Unified Diff: runtime/observatory/lib/src/elements/inbound_reference.html

Issue 1246073005: Retaining path improvements. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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: runtime/observatory/lib/src/elements/inbound_reference.html
diff --git a/runtime/observatory/lib/src/elements/inbound_reference.html b/runtime/observatory/lib/src/elements/inbound_reference.html
index a820224a40c78a315e1c6e83f4db1bc29f8d0b0a..d7b9e5dac077d9db1544bb3e56298afc2039d4c0 100644
--- a/runtime/observatory/lib/src/elements/inbound_reference.html
+++ b/runtime/observatory/lib/src/elements/inbound_reference.html
@@ -8,9 +8,10 @@
<template>
<link rel="stylesheet" href="css/shared.css">
<div>
- from <any-service-ref ref="{{ source }}"></any-service-ref>
- <template if="{{ slotIsArrayIndex }}">via [{{ slot }}]</template>
- <template if="{{ slotIsField }}">via <field-ref ref="{{ slot }}"></field-ref></template>
+ from
+ <template if="{{ slotIsArrayIndex }}">[{{ slot }}] of</template>
+ <template if="{{ slotIsField }}"><field-ref ref="{{ slot }}"></field-ref> of</template>
+ <any-service-ref ref="{{ source }}"></any-service-ref>
<curly-block callback="{{ expander() }}">
<div class="memberList">

Powered by Google App Engine
This is Rietveld 408576698