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

Unified Diff: src/site/docs/editor/getting-started/index.html

Issue 10832333: display current build on editor download button (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: move rev outside of button Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/downloads/_dart-editor.html ('k') | src/site/docs/editor/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/editor/getting-started/index.html
diff --git a/src/site/docs/editor/getting-started/index.html b/src/site/docs/editor/getting-started/index.html
index f836ab531f62c9eddbb438900922476dba8be862..31fc5a355e8d5fb612e954404772c226b2fdbeba 100644
--- a/src/site/docs/editor/getting-started/index.html
+++ b/src/site/docs/editor/getting-started/index.html
@@ -7,6 +7,8 @@ js:
defer: true
- url: /js/editor-downloads-analytics.js
defer: true
+- url: /js/editor-version.js
+ defer: true
---
{% include platform-specific-text/_noscript.html %}
@@ -17,14 +19,7 @@ js:
<p>
Follow this tutorial to install and use Dart Editor on
- <input type="radio" name="osChoices" id="win">
- <label class="os-choice" for="win">Windows</label>,
-
- <input type="radio" name="osChoices" id="linux" checked="true">
- <label class="os-choice" for="linux">Linux</label>, or
-
- <input type="radio" name="osChoices" id="mac">
- <label class="os-choice" for="mac">Mac</label>.
+{% include os-choices.html %}
</p>
<p>
« no previous file with comments | « src/site/_includes/downloads/_dart-editor.html ('k') | src/site/docs/editor/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698