Skip to content

Commit

Permalink
[mozilla#5745] Add principles link to privacy sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcook authored and alexgibson committed Jul 3, 2018
1 parent 8a5b2a3 commit 4806259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 8 additions & 1 deletion bedrock/privacy/templates/privacy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,14 @@ <h2>{{ _('Contact Mozilla') }}</h2>
<section id="side-principles">
<h2>{{ _('Data Privacy Principles') }}</h2>
<p>
{% if l10n_has_tag('updates-052018') %}
{% if l10n_has_tag('updates-072018') %}
{%- trans principles=url('privacy.principles'), faq=url('privacy.faq') -%}
Mozilla's <a href="{{ principles }}">Data Privacy Principles</a> inspire our
practices that respect and protect people who use the Internet. Learn how
these principles shape Firefox and all of our products in this
<a href="{{ faq }}">FAQ</a>.
{%- endtrans -%}
{% elif l10n_has_tag('updates-052018') %}
{%- trans faq=url('privacy.faq') -%}
Mozilla's Data Privacy Principles inspire our practices that respect and
protect people who use the Internet. Learn how these principles shape
Expand Down
4 changes: 0 additions & 4 deletions media/css/privacy/privacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,6 @@
}
}

#side-principles a:after {
content: "\00A0\00BB"; /* nbsp raquo */
}

#side-notices nav {
padding: 0;

Expand Down

0 comments on commit 4806259

Please sign in to comment.