| Index: src/site/_includes/downloads/_dart-editor.html
|
| diff --git a/src/site/_includes/downloads/_dart-editor.html b/src/site/_includes/downloads/_dart-editor.html
|
| index 3eedc85ef0f45048182f1f516e244bf8e2780d1f..c243bb2882cc9525ad068a1f9bdeaeb25d991561 100644
|
| --- a/src/site/_includes/downloads/_dart-editor.html
|
| +++ b/src/site/_includes/downloads/_dart-editor.html
|
| @@ -1,14 +1,29 @@
|
| <div class="linux downloads">
|
| - <a class="download-link button" data-bits="32" data-os="linux" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-linux.gtk.x86.zip">32-bit Dart Editor (Linux)</a>
|
| - <a class="download-link button" data-bits="64" data-os="linux" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-linux.gtk.x86_64.zip">64-bit Dart Editor (Linux)</a>
|
| + <a class="download-link button btn btn-primary" data-bits="32" data-os="linux" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-linux.gtk.x86.zip">
|
| + <i class="icon-download-alt"></i>
|
| + 32-bit Dart Editor + SDK + Dartium (Linux)
|
| + </a>
|
| + <a class="download-link button btn btn-primary" data-bits="64" data-os="linux" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-linux.gtk.x86_64.zip">
|
| + <i class="icon-download-alt"></i>
|
| + 64-bit Dart Editor + SDK + Dartium (Linux)
|
| + </a>
|
| </div>
|
|
|
| <div class="mac downloads">
|
| - <a class="download-link button" data-bits="64" data-os="mac" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-macosx.cocoa.x86_64.zip">Dart Editor (Mac)</a>
|
| + <a class="download-link button btn btn-primary" data-bits="64" data-os="mac" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-macosx.cocoa.x86_64.zip">
|
| + <i class="icon-download-alt"></i>
|
| + Dart Editor + SDK + Dartium (Mac)
|
| + </a>
|
| </div>
|
|
|
| <div class="win downloads">
|
| - <a class="download-link button" data-bits="32" data-os="win" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-win32.win32.x86.zip">32-bit Dart Editor (Windows)</a>
|
| + <a class="download-link button btn btn-primary" data-bits="32" data-os="win" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-win32.win32.x86.zip">
|
| + <i class="icon-download-alt"></i>
|
| + 32-bit Dart Editor + SDK + Dartium (Windows)
|
| + </a>
|
|
|
| - <a class="download-link button" data-bits="64" data-os="win" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-win32.win32.x86_64.zip">64-bit Dart Editor (Windows)</a>
|
| + <a class="download-link button btn btn-primary" data-bits="64" data-os="win" data-build="integration" href="https://gsdview.appspot.com/dart-editor-archive-integration/latest/dart-editor-win32.win32.x86_64.zip">
|
| + <i class="icon-download-alt"></i>
|
| + 64-bit Dart Editor + SDK + Dartium (Windows)
|
| + </a>
|
| </div>
|
|
|