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
2016-04-27 11:58:53 -04:00

14 lines
464 B
Handlebars

{{category-drop category=firstCategory categories=parentCategories}}
{{#if childCategories}}
{{category-drop category=secondCategory parentCategory=firstCategory categories=childCategories subCategory="true" noSubcategories=noSubcategories}}
{{/if}}
{{#if siteSettings.tagging_enabled}}
{{tag-drop firstCategory=firstCategory secondCategory=secondCategory tagId=tagId}}
{{/if}}
{{plugin-outlet "bread-crumbs-right" tagName="li"}}
<div class='clear'></div>