Merge pull request #2128 from alexgibson/bug-1032507-change-firefox-download-direct-channel-page

[fix bug 1032507] Change Firefox download buttons to direct downloads on existing /firefox/channel/ page
This commit is contained in:
Josh Mize 2014-07-03 12:03:46 -05:00
Родитель 64404b9da6 3eaed928d3
Коммит ea1493662b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@
{# L10n: This description applies to Firefox Beta #}
<h3>{{_('The latest features in a more stable environment')}}</h3>
<div class="download-box" id="beta-desktop">
{{ download_firefox('beta', icon=False, small=True) }}
{{ download_firefox('beta', icon=False, small=True, force_direct=True) }}
</div>
<div class="download-box mobile" id="beta-mobile">
{{ download_firefox('beta', icon=False, mobile=True, small=True) }}
@ -57,7 +57,7 @@
{# L10n: This description applies to Firefox on the Release channel #}
<h3>{{_('Tried, tested and used by millions around the world')}}</h3>
<div class="download-box" id="firefox-desktop">
{{ download_firefox(icon=False, small=True) }}
{{ download_firefox(icon=False, small=True, force_direct=True) }}
</div>
<div class="download-box mobile" id="firefox-mobile">
{{ download_firefox(icon=False, mobile=True, small=True) }}