Skip to content

Commit

Permalink
[bug 1248040] Update GTM data attributes on /firefox/new/
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lorence committed Feb 17, 2016
1 parent 17dfdd9 commit 9c083ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bedrock/base/templates/base-resp.html
Expand Up @@ -102,7 +102,7 @@

{% block tabzilla_tab %}
<div id="tabzilla">
<a href="{{ url('mozorg.home') }}">Mozilla</a>
<a href="{{ url('mozorg.home') }}" data-link-type="nav" data-link-name="tabzilla">Mozilla</a>
</div>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion bedrock/base/templates/base.html
Expand Up @@ -98,7 +98,7 @@

{% block tabzilla_tab %}
<div id="tabzilla">
<a href="{{ url('mozorg.home') }}">Mozilla</a>
<a href="{{ url('mozorg.home') }}" data-link-type="nav" data-link-name="tabzilla">Mozilla</a>
</div>
{% endblock %}

Expand Down
6 changes: 3 additions & 3 deletions bedrock/firefox/templates/firefox/includes/simple_footer.html
Expand Up @@ -12,9 +12,9 @@
<li>{% include 'includes/lang_switcher.html' %}</li>
</ul>
<ul class="secondary">
<li><a href="{{ url('privacy') }}">{{_('Privacy')}}</a></li>
<li><a href="{{ url('privacy.notices.websites') }}#cookies">{{ _('Cookies') }}</a></li>
<li><a href="{{ url('legal.index') }}">{{_('Legal')}}</a></li>
<li><a href="{{ url('privacy') }}" data-link-type="footer" data-link-name="Privacy">{{_('Privacy')}}</a></li>
<li><a href="{{ url('privacy.notices.websites') }}#cookies" data-link-type="footer" data-link-name="Cookies">{{ _('Cookies') }}</a></li>
<li><a href="{{ url('legal.index') }}" data-link-type="footer" data-link-name="Legal">{{_('Legal')}}</a></li>
</ul>
</div>
</footer>

0 comments on commit 9c083ce

Please sign in to comment.