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
2018-01-24 11:48:20 +01:00

21 lines
502 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 name="bread-crumbs-right" connectorTagName="li"}}
<div class='clear'></div>