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

Side by Side Diff: src/site/docs/editor/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 unified diff | Download patch
« no previous file with comments | « src/site/docs/editor/getting-started/index.html ('k') | src/site/downloads.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 --- 1 ---
2 layout: default 2 layout: default
3 title: "Dart Editor" 3 title: "Dart Editor"
4 description: "Read all about Dart Editor's features." 4 description: "Read all about Dart Editor's features."
5 has-permalinks: true 5 has-permalinks: true
6 js: 6 js:
7 - url: /js/os-switcher.js 7 - url: /js/os-switcher.js
8 defer: true 8 defer: true
9 - url: /js/editor-downloads-analytics.js 9 - url: /js/editor-downloads-analytics.js
10 defer: true 10 defer: true
11 - url: /js/editor-version.js
12 defer: true
11 --- 13 ---
12 14
13 {% include platform-specific-text/_noscript.html %} 15 {% include platform-specific-text/_noscript.html %}
14 16
15 <h1>{{ page.title }}</h1> 17 <h1>{{ page.title }}</h1>
16 18
17 <p> 19 <p>
18 This page has detailed instructions for using Dart Editor, 20 This page has detailed instructions for using Dart Editor,
19 a lightweight, open-source editor. 21 a lightweight, open-source editor.
20 A few of the covered topics are 22 A few of the covered topics are
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 </p> 883 </p>
882 884
883 <p> 885 <p>
884 <img src="images/key-assist.png" 886 <img src="images/key-assist.png"
885 alt="screenshot of help for keyboard alternatives" 887 alt="screenshot of help for keyboard alternatives"
886 width="231" height="235"> 888 width="231" height="235">
887 </p> 889 </p>
888 890
889 </section> 891 </section>
890 </section> 892 </section>
OLDNEW
« no previous file with comments | « src/site/docs/editor/getting-started/index.html ('k') | src/site/downloads.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698