This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/discourse-breadcrumbs.js.handlebars
2013-10-31 16:41:13 -04:00

11 lines
293 B
Handlebars

<li>
{{discourse-categorydrop category=firstCategory categories=parentCategories}}
</li>
{{#if childCategories}}
<li>
{{discourse-categorydrop category=secondCategory parentCategory=firstCategory categories=childCategories subCategory="true"}}
</li>
{{/if}}
<div class='clear'></div>