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

Unified Diff: src/site/_includes/downloads/_dart-editor.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/docs/getting-started/_interface.html ('k') | src/site/_includes/downloads/_dartium.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « src/site/_includes/docs/getting-started/_interface.html ('k') | src/site/_includes/downloads/_dartium.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698