Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
link to AMO for app preview from header (bug 702783)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Nov 16, 2011
1 parent 7ee2e5d commit 19c6933
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/webapps/templates/webapps/site_nav.html
Expand Up @@ -49,7 +49,9 @@
{{ _('Submit an App') }}</a></li>
{# TODO: Are these links finalized? #}
<li><a href="#">How to use Apps</a></li>
<li><a href="{{ url('home') }}">Firefox Add-ons</a></li>
{% if settings.APP_PREVIEW %}
<li><a href="https://addons.mozilla.org">Firefox Add-ons</a></li>
{% endif %}
</ul>
</li>
</ul>
Expand Down

0 comments on commit 19c6933

Please sign in to comment.