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.hbs

8 lines
280 B
Handlebars

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