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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <div class="downloads">
1 <a 2 <a
2 data-bits="{{ include.bits }}" 3 data-bits="{{ include.bits }}"
3 data-os="{{ sdk.os }}" 4 data-os="{{ sdk.os }}"
4 data-tool="sdk" 5 data-tool="sdk"
5 class="btn download-link has-sha" 6 class="btn download-link"
6 href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/sdk/d artsdk-{{ sdk.os }}-{{ include.arch }}-release.{{ sdk.ext }}"> 7 href="{{ site.custom.downloads.dartarchive-stable-url-prefix }}/latest/sdk/d artsdk-{{ sdk.os }}-{{ include.arch }}-release.{{ sdk.ext }}">
7 <button class="{{ include.buttonclass }}"> 8 <button class="btn btn-primary btn-lg download-btn {{ include.buttonclass }}">
8 <i class="sprite-icon-download-btn"> </i> 9 <i class="sprite-icon-download-btn"> </i>
9 Download Dart SDK ({{ include.name }}) 10 Download Dart SDK ({{ include.name }})
10 </button> 11 </button>
11 </a> 12 </a>
13 </div>
OLDNEW
« 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