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

Side by Side Diff: src/site/_includes/downloads/_dart-editor.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 | « no previous file | src/site/docs/editor/getting-started/index.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 <p class="editor-current-version">
2 Current version is <span class="editor-build-rev-integration">[calculating]</s pan>.
3 </p>
4
1 {% for editor in site.custom.downloads.binaries %} 5 {% for editor in site.custom.downloads.binaries %}
2 6
3 <div class="{{ editor.os }} downloads"> 7 <div class="{{ editor.os }} downloads">
4 <a class="download-link btn btn-primary" data-bits="32" data-os="{{ editor.os }}" data-build="integration" href="{{ site.custom.downloads.editor-url-prefix }} -integration/latest/darteditor-{{ editor.os }}-32.{{ editor.editor-ext }}"> 8 <a class="download-link btn btn-primary" data-bits="32" data-os="{{ editor.os }}" data-build="integration" href="{{ site.custom.downloads.editor-url-prefix }} -integration/latest/darteditor-{{ editor.os }}-32.{{ editor.editor-ext }}">
5 <i class="icon-download-alt"></i> 9 <i class="icon-download-alt"></i>
6 32-bit Dart Editor + SDK + Dartium ({{ editor.name }}) 10 32-bit Dart Editor + SDK + Dartium ({{ editor.name }})
7 </a> 11 </a>
8 <a class="download-link btn btn-primary" data-bits="64" data-os="{{ editor.os }}" data-build="integration" href="{{ site.custom.downloads.editor-url-prefix }} -integration/latest/darteditor-{{ editor.os }}-64.{{ editor.editor-ext }}"> 12 <a class="download-link btn btn-primary" data-bits="64" data-os="{{ editor.os }}" data-build="integration" href="{{ site.custom.downloads.editor-url-prefix }} -integration/latest/darteditor-{{ editor.os }}-64.{{ editor.editor-ext }}">
9 <i class="icon-download-alt"></i> 13 <i class="icon-download-alt"></i>
10 64-bit Dart Editor + SDK + Dartium ({{ editor.name }}) 14 64-bit Dart Editor + SDK + Dartium ({{ editor.name }})
11 </a> 15 </a>
12 </div> 16 </div>
13 17
14 {% endfor %} 18 {% endfor %}
OLDNEW
« no previous file with comments | « no previous file | src/site/docs/editor/getting-started/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698