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

Commit

Permalink
advertise standalone app validator (bug 812595)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Dec 13, 2012
1 parent 5791cb4 commit 4014d2e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions mkt/developers/templates/developers/nav.html
Expand Up @@ -26,6 +26,10 @@
<a href="{{ url('ecosystem.landing') }}">
{{ _('Developer Documentation') }}</a>
</li>
<li class="slim">
<a href="{{ url('mkt.developers.validate_addon') }}">
{{- _('App Validator') }}</a>
</li>
<li id="submit-app" class="slim">
<a href="{{ url('submit.app') }}">
{{ _('Submit a New App') }}</a>
Expand Down
19 changes: 14 additions & 5 deletions mkt/ecosystem/templates/ecosystem/macros.html
Expand Up @@ -57,7 +57,7 @@ <h2>{{ _('Docs &amp; APIs') }}</h2>
class="selected"
{% endif -%}
title="{{ _('Using Firefox OS Simulator') }}">
{{ _('Using Firefox OS Simulator') }}
{{ _('Using Firefox OS Simulator') -}}
</a>
</li>
<li>
Expand Down Expand Up @@ -88,25 +88,34 @@ <h2>{{ _('Tools &amp; Downloads') }}</h2>
<a href="{{ url('ecosystem.app_generator_documentation') }}"
{% if section == 'app_generator' %}class="selected"{% endif %}
title="{{ _('App Generator') }}">
{{ _('App Generator') }}
{{ _('App Generator') -}}
</a>
</li>
<li>
<a href="{{ url('mkt.developers.validate_addon') }}"
title="{{ _('App Validator') }}">
{{ _('App Validator') -}}
</a>
</li>
<li>
<a href="{{ url('ecosystem.firefox_os_simulator') }}"
{% if section == 'firefox_os_simulator' %}class="selected"{% endif %}
title="{{ _('Firefox OS Simulator') }}">
{{ _('Firefox OS Simulator') }}
{{ _('Firefox OS Simulator') -}}
</a>
</li>
<li>
<a href="{{ url('ecosystem.documentation', page='devtools') }}"
{% if section == 'devtools' %}class="selected"{% endif %}
title="{{ _('Dev Tools') }}">
{{ _('Dev Tools') }}
{{ _('Dev Tools') -}}
</a>
</li>
<li>
<a href="{{ url('ecosystem.support') }}"
{% if section == 'support' %}class="selected"{% endif %}
title="{{ _('Support') }}">
{{ _('Support') }}
{{ _('Support') -}}
</a>
</li>
</ol>
Expand Down

0 comments on commit 4014d2e

Please sign in to comment.