Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] - [Fix Bug 1277196] Decommission /firstrun/learnmore/ pages and /window… #4463

Merged
merged 1 commit into from Nov 17, 2016
Merged
Changes from all commits
Commits
File filter
Filter file types
Beta Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -520,4 +520,8 @@ def firefox_mobile_faq(request, *args, **kwargs):

# bug 1299947
redirect('^firefox/channel/?$', 'firefox.channel.desktop'),

# Bug 1277196
redirect(r'^firefox(?:\/\d+\.\d+(?:\.\d+)?(?:a\d+)?)?/firstrun/learnmore/?$', 'firefox.features'),
redirect(r'^firefox/windows-10/welcome/?$', 'https://support.mozilla.org/kb/how-change-your-default-browser-windows-10'),
)

This file was deleted.

This file was deleted.

@@ -43,7 +43,7 @@
<main role="main" class="container">
<h2>
<a href="{{ url('firefox.new') }}">
{{ high_res_img('firefox/firstrun/learnmore/yahoo/firefox-logo.png', {'alt': 'Firefox', 'width': '97', 'height': '100'}) }}
{{ high_res_img('firefox/template/logo-large.png', {'alt': 'Firefox', 'width': '97', 'height': '100'}) }}
</a>
</h2>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

ProTip! Use n and p to navigate between commits in a pull request.