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

Unified Diff: runtime/observatory/lib/src/elements/service_error_view.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/service_error_view.html
diff --git a/runtime/observatory/lib/src/elements/service_error_view.html b/runtime/observatory/lib/src/elements/service_error_view.html
index 7dfc82e15004e723ff33f72191026a640a643f01..092051bffdd8c3e4e91980c5fb62915013e05d1c 100644
--- a/runtime/observatory/lib/src/elements/service_error_view.html
+++ b/runtime/observatory/lib/src/elements/service_error_view.html
@@ -1,6 +1,7 @@
<link rel="import" href="../../../../packages/polymer/polymer.html">
<link rel="import" href="nav_bar.html">
<link rel="import" href="observatory_element.html">
+<link rel="import" href="view_footer.html">
<polymer-element name="service-error-view" extends="observatory-element">
<template>
@@ -13,7 +14,8 @@
<br>
<div class="well">{{ error.message }}</div>
</div>
+ <view-footer></view-footer>
</template>
</polymer-element>
-<script type="application/dart" src="service_error_view.dart"></script>
+<script type="application/dart" src="service_error_view.dart"></script>
« no previous file with comments | « runtime/observatory/lib/src/elements/script_view.html ('k') | runtime/observatory/lib/src/elements/service_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698