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

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

Issue 2154413002: Converted Observatory view-footer element (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Splitted attached and detached in multiple lines Created 4 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/view_footer.html
diff --git a/runtime/observatory/lib/src/elements/view_footer.html b/runtime/observatory/lib/src/elements/view_footer.html
deleted file mode 100644
index 59862b57c795ffe364b012620c85b47697ce2617..0000000000000000000000000000000000000000
--- a/runtime/observatory/lib/src/elements/view_footer.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<link rel="import" href="../../../../packages/polymer/polymer.html">
-<link rel="import" href="observatory_element.html">
-
-<polymer-element name="view-footer" extends="observatory-element">
- <template><link rel="stylesheet" href="css/shared.css">
- <br><br><br><br>
- <br><br><br><br>
- <div align="right" style="padding: 1em">
- <p>
- <a href="https://www.dartlang.org/tools/observatory/" style="font-size:90%">
- View documentation
- </a>
- </p>
- <p>
- <a href="https://github.com/dart-lang/sdk/issues/new?title=Observatory:&amp;body=Observatory%20Feedback" style="font-size:90%">
- File a bug report
- </a>
- </p>
- </div>
- </template>
-</polymer-element>
-
-<script type="application/dart" src="view_footer.dart"></script>
« no previous file with comments | « runtime/observatory/lib/src/elements/view_footer.dart ('k') | runtime/observatory/lib/src/elements/vm_connect.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698