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/bread-crumbs.js.handlebars

11 lines
275 B
Handlebars

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