Skip to content

Commit

Permalink
Bug 509092, fixing breadcrumbs for statistics pages
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Jul 1, 2010
1 parent 5ee9be1 commit 21ad257
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/stats/templates/stats/stats.html
Expand Up @@ -9,7 +9,9 @@
{% block title %}{{ _('Add-ons for Firefox') }} Statistics Dashboard {% endblock %}

{% block navbar %}
{{ breadcrumbs() }}
{{ breadcrumbs([(addon.type_url(), amo.ADDON_TYPES[addon.type]),
(addon.get_url_path(), addon.name),
(link, _('Statistics'))]) }}
{# TODO: Replace above line with this --> once we serve the extension home. { breadcrumbs([(addon.type.get_url_path(), amo.ADDON_TYPES[addon.type_id])]) } #}


Expand Down

0 comments on commit 21ad257

Please sign in to comment.