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

Unified Diff: src/site/_includes/downloads/_dartium.html

Issue 701913002: Editing Sam's downloads page (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: Add back original download page for A-B testing Created 6 years, 1 month 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
Index: src/site/_includes/downloads/_dartium.html
diff --git a/src/site/_includes/downloads/_dartium.html b/src/site/_includes/downloads/_dartium.html
index a0b5c3c250e46d59ba606b0fb03f48f6c72f16da..b33949f8fcf5b6858dafd56881d23654b87f30a6 100644
--- a/src/site/_includes/downloads/_dartium.html
+++ b/src/site/_includes/downloads/_dartium.html
@@ -1,30 +1,28 @@
<div class="downloads download-buttons">
-
<span class="windows">
- <a data-bits="32" data-os="windows" class="download-link btn has-sha" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-windows-ia32-release.zip">
- <button class="{{ include.buttonclass }}">
- <i class="sprite-icon-download-btn"> </i>
- DOWNLOAD DARTIUM (WINDOWS)
+ <a data-bits="32" data-os="windows" class="download-link btn" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-windows-ia32-release.zip">
+ <button class="btn btn-lg download-btn {{ include.buttonclass }}">
+ <i class="sprite-icon-download-btn"> </i>
+ Download Dartium (Windows)
</button>
</a>
</span>
<span class="macos">
- <a data-bits="32" data-os="macos" data-tool="dartium" class="download-link btn has-sha" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-macos-ia32-release.zip">
- <button class="{{ include.buttonclass }}">
- <i class="sprite-icon-download-btn"> </i>
- DOWNLOAD DARTIUM (MAC)
+ <a data-bits="32" data-os="macos" data-tool="dartium" class="download-link btn" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-macos-ia32-release.zip">
+ <button class="btn btn-lg download-btn {{ include.buttonclass }}">
+ <i class="sprite-icon-download-btn"> </i>
+ Download Dartium (Mac)
</button>
</a>
</span>
<span class="linux">
- <a data-bits="32" data-os="linux" data-tool="dartium" class="download-link btn has-sha" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-linux-x64-release.zip">
- <button class="{{ include.buttonclass }}">
- <i class="sprite-icon-download-btn"> </i>
- DOWNLOAD DARTIUM (LINUX)
+ <a data-bits="32" data-os="linux" data-tool="dartium" class="download-link btn" href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/dartium/dartium-linux-x64-release.zip">
+ <button class="btn btn-lg download-btn {{ include.buttonclass }}">
+ <i class="sprite-icon-download-btn"> </i>
+ Download Dartium (Linux)
</button>
</a>
</span>
-
</div>
« no previous file with comments | « no previous file | src/site/_includes/downloads/_linux_section.html » ('j') | src/site/_includes/downloads/_macos_section.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698