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

Side by Side Diff: runtime/observatory/lib/src/elements/view_footer.html

Issue 1254413011: Update view footer with github bug report url (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="../../../../packages/polymer/polymer.html"> 1 <link rel="import" href="../../../../packages/polymer/polymer.html">
2 <link rel="import" href="observatory_element.html"> 2 <link rel="import" href="observatory_element.html">
3 3
4 <polymer-element name="view-footer" extends="observatory-element"> 4 <polymer-element name="view-footer" extends="observatory-element">
5 <template><link rel="stylesheet" href="css/shared.css"> 5 <template><link rel="stylesheet" href="css/shared.css">
6 <br><br><br><br> 6 <br><br><br><br>
7 <br><br><br><br> 7 <br><br><br><br>
8 <div align="right" style="padding: 1em"> 8 <div align="right" style="padding: 1em">
9 <p> 9 <p>
10 <a href="https://www.dartlang.org/tools/observatory/" style="font-size:90% "> 10 <a href="https://www.dartlang.org/tools/observatory/" style="font-size:90% ">
11 View documentation 11 View documentation
12 </a> 12 </a>
13 </p> 13 </p>
14 <p> 14 <p>
15 <a href="https://code.google.com/p/dart/issues/entry?template=Observatory" style="font-size:90%"> 15 <a href="https://github.com/dart-lang/sdk/issues/new?title=Observatory:&bo dy=Observatory%20Feedback" style="font-size:90%">
16 File a bug report 16 File a bug report
17 </a> 17 </a>
18 </p> 18 </p>
19 </div> 19 </div>
20 </template> 20 </template>
21 </polymer-element> 21 </polymer-element>
22 22
23 <script type="application/dart" src="view_footer.dart"></script> 23 <script type="application/dart" src="view_footer.dart"></script>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698