Update the TOS/PP links with the /legal prefix

fixes #366
This commit is contained in:
Shane Tomlinson 2014-01-29 14:59:16 +00:00
Родитель d553bee4a8
Коммит a5df416a30
3 изменённых файлов: 4 добавлений и 4 удалений

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

@ -58,8 +58,8 @@ function (
'settings': showView(SettingsView),
'change_password': showView(ChangePasswordView),
'delete_account': showView(DeleteAccountView),
'tos': showView(TosView),
'pp': showView(PpView),
'legal/tos': showView(TosView),
'legal/pp': showView(PpView),
'cannot_create_account': showView(CannotCreateAccountView),
'verify_email': showView(CompleteSignUpView),
'reset_password': showView(ResetPasswordView),

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

@ -34,6 +34,6 @@
</div>
<div class="privacy-links">
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/tos">Terms of Service</a> and <a id="fxa-pp" href="/pp">Privacy Notice</a> for Firefox online services.{{/t}}
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/legal/tos">Terms of Service</a> and <a id="fxa-pp" href="/legal/pp">Privacy Notice</a> for Firefox online services.{{/t}}
</div>
</section>

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

@ -41,7 +41,7 @@
</div>
<div class="privacy-links">
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/tos">Terms of Service</a> and <a id="fxa-pp" href="/pp">Privacy Notice</a> for Firefox online services.{{/t}}
{{#t}}By proceeding, I agree to the <a id="fxa-tos" href="/legal/tos">Terms of Service</a> and <a id="fxa-pp" href="/legal/pp">Privacy Notice</a> for Firefox online services.{{/t}}
</div>
<div class="button-row">