mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Add category breadrcrumb
This commit is contained in:
parent
fcd95cf415
commit
e68a18395e
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
{{#layout/top-bar}}
|
||||
<li class="item">
|
||||
{{#link-to "folder.index" model.folder.id model.folder.slug class='link selected'}}
|
||||
{{#link-to "folder.index" model.folder.id model.folder.slug class='link'}}
|
||||
{{model.folder.name}}
|
||||
{{/link-to}}
|
||||
</li>
|
||||
<li class="item">
|
||||
{{#link-to "folder.category" model.folder.id model.folder.slug class='link selected'}}
|
||||
Categories
|
||||
{{/link-to}}
|
||||
</li>
|
||||
{{/layout/top-bar}}
|
||||
|
||||
{{#layout/middle-zone}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue