| OLD | NEW |
| 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 %} |
| OLD | NEW |