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

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

Issue 1063063006: Add links to Observatory documentation and bug tracking. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
new file mode 100644
index 0000000000000000000000000000000000000000..f5816d57ee8096190ed9c96c9dacf26d901d48d7
--- /dev/null
+++ b/runtime/observatory/lib/src/elements/view_footer.html
@@ -0,0 +1,21 @@
+<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>
+ <p align="right">
+ <a href="https://www.dartlang.org/tools/observatory/">
+ View documentation
+ </a>
+ </p>
+ <p align="right">
+ <a href="https://code.google.com/p/dart/issues/entry?template=Observatory">
+ File a bug report
+ </a>
+ </p>
+ </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