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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html

Issue 483103003: Incoming references service request and UI. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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/bin/vmservice/observatory/lib/src/elements/class_ref.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
index 8d39d2e68e5303192e74bcda2f64b15a08a42bae..ac986dbbaa0b2c918bf6693f009335076021f32b 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
@@ -2,7 +2,9 @@
<link rel="import" href="service_ref.html">
<polymer-element name="class-ref" extends="service-ref">
- <template><link rel="stylesheet" href="css/shared.css"><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></template>
+ <template><link rel="stylesheet" href="css/shared.css">
+ <span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></span>
Cutch 2014/08/21 20:08:55 Please remove the new lines here.
rmacnak 2014/08/21 22:06:44 Pretty printed to match the other short foo-refs.
rmacnak 2014/08/25 21:46:36 Removed new lines.
+ </template>
</polymer-element>
<script type="application/dart" src="class_ref.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698