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

Side by Side Diff: dart/runtime/bin/vmservice/client/deployed/web/packages/observatory/src/elements/script_ref.html

Issue 322303002: Version 1.5.0-dev.4.6 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <head> 1 <head>
2 <link rel="import" href="observatory_element.html"> 2 <link rel="import" href="observatory_element.html">
3 <link rel="import" href="service_ref.html"> 3 <link rel="import" href="service_ref.html">
4 </head> 4 </head>
5 <polymer-element name="script-ref" extends="service-ref"> 5 <polymer-element name="script-ref" extends="service-ref">
6 <template> 6 <template>
7 <link rel="stylesheet" href="css/shared.css"> 7 <link rel="stylesheet" href="css/shared.css">
8 <a title="{{ hoverText }}" href="{{ url }}">{{ name }}</a> 8 <a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</ a>
9 </template> 9 </template>
10 <script type="application/dart" src="script_ref.dart"></script> 10 <script type="application/dart" src="script_ref.dart"></script>
11 </polymer-element> 11 </polymer-element>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698