Skip to content

Commit

Permalink
Merge pull request #4787 from kyoshino/bug-1350305-nightly-firstrun
Browse files Browse the repository at this point in the history
Fix Bug 1350305 - Replace One and Done, remove badge link on Nightly firstrun page
  • Loading branch information
alexgibson committed May 3, 2017
2 parents 91ddd13 + cc40165 commit 805a1fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions bedrock/firefox/templates/firefox/nightly_firstrun.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h4>{{ _('Test') }}</h4>
<p class="description">
{{ _('Find and file bugs and generally make sure things work as they should.') }}
</p>
<a rel="external" data-element-type="button" href="{{ _('https://oneanddone.mozilla.org') }}" class="button">{{ _('Start testing') }}</a>
<a rel="external" data-element-type="button" href="{{ _('https://quality.mozilla.org/get-involved/') }}" class="button">{{ _('Start testing') }}</a>
</div>
</section>
<section class="blue-box code">
Expand All @@ -69,12 +69,6 @@ <h4>{{ _('Localize') }}</h4>
</div>
</section>
</div>
<div class="blue-box badge">
<h3>{{ _('Show everyone that you’re helping to build the Web the world needs.') }}</h3>
<p class="description">
<a rel="external" data-element-type="link" href="https://badges.mozilla.org/badges/claim/vpvacp">{{ _('Get your Nightly User badge') }}</a>
</p>
</div>

{% if not request.locale.startswith('en') %}
{% if l10n_has_tag('promo_locale') %}
Expand Down

0 comments on commit 805a1fc

Please sign in to comment.