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

Side by Side Diff: src/site/downloads.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/index.html ('k') | src/site/js/editor-version.js » ('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: "Downloads & Source" 3 title: "Downloads & Source"
4 description: "Download Dart Editor, the Dart SDK, and Dartium. Also, get the sou rce code for the Dart project." 4 description: "Download Dart Editor, the Dart SDK, and Dartium. Also, get the sou rce code for the Dart project."
5 js: 5 js:
6 - url: /js/os-switcher.js 6 - url: /js/os-switcher.js
7 defer: true 7 defer: true
8 - url: /js/editor-downloads-analytics.js 8 - url: /js/editor-downloads-analytics.js
9 defer: true 9 defer: true
10 - url: /js/editor-version.js
11 defer: true
10 --- 12 ---
11 13
12 {% include platform-specific-text/_noscript.html %} 14 {% include platform-specific-text/_noscript.html %}
13 15
14 <h1> {{ page.title }} </h1> 16 <h1> {{ page.title }} </h1>
15 17
16 <p> 18 <p>
17 Choose your OS: 19 Choose your OS:
18 {% include os-choices.html %} 20 {% include os-choices.html %}
19 </p> 21 </p>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 the source using the project build tools and scripts 104 the source using the project build tools and scripts
103 </a> 105 </a>
104 </li> 106 </li>
105 <li> 107 <li>
106 <a href="http://code.google.com/p/dart/wiki/Contributing">Contribute</a> 108 <a href="http://code.google.com/p/dart/wiki/Contributing">Contribute</a>
107 patches to the Dart project 109 patches to the Dart project
108 </li> 110 </li>
109 </ul> 111 </ul>
110 112
111 </section> 113 </section>
OLDNEW
« no previous file with comments | « src/site/docs/editor/index.html ('k') | src/site/js/editor-version.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698