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

Unified Diff: dart/site/try/src/ui.dart

Issue 298273002: Share source code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 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
« no previous file with comments | « dart/site/try/src/leap.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/src/ui.dart
diff --git a/dart/site/try/src/ui.dart b/dart/site/try/src/ui.dart
index 29098885e32f1a2170d4564be30530e9ccc1b036..6e42d65d79c5a84a59e62c6c19782cff66dc30ed 100644
--- a/dart/site/try/src/ui.dart
+++ b/dart/site/try/src/ui.dart
@@ -126,7 +126,9 @@ buildUI() {
..style.position = 'relative'
..style.maxHeight = '80vh';
- var inputHeader = new DivElement()..appendText('Code');
+ var inputHeader = new AnchorElement()
+ ..id = 'share-link'
+ ..appendText('Code');
inputHeader.style
..right = '3px'
« no previous file with comments | « dart/site/try/src/leap.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698