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

Unified Diff: src/site/_includes/downloads/_sdk-button.html

Issue 701913002: Editing Sam's downloads page (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: incorporate Sam's review comments 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/_sdk-button.html
diff --git a/src/site/_includes/downloads/_sdk-button.html b/src/site/_includes/downloads/_sdk-button.html
index d94805b463971e336dfb89b0b7f5e6f3e2544f2d..2157794a084a9c0f93da8c74ca59c5a200075125 100644
--- a/src/site/_includes/downloads/_sdk-button.html
+++ b/src/site/_includes/downloads/_sdk-button.html
@@ -1,11 +1,13 @@
+<div class="downloads">
<a
data-bits="{{ include.bits }}"
data-os="{{ sdk.os }}"
data-tool="sdk"
- class="btn download-link has-sha"
+ class="btn download-link"
href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/sdk/dartsdk-{{ sdk.os }}-{{ include.arch }}-release.{{ sdk.ext }}">
-<button class="{{ include.buttonclass }}">
- <i class="sprite-icon-download-btn"> </i>
- Download Dart SDK ({{ include.name }})
-</button>
+ <button class="btn btn-primary btn-lg download-btn {{ include.buttonclass }}">
+ <i class="sprite-icon-download-btn"> </i>
+ Download Dart SDK ({{ include.name }})
+ </button>
</a>
+</div>
« no previous file with comments | « src/site/_includes/downloads/_pick_an_editor.markdown ('k') | src/site/_includes/downloads/_windows_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698