mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
filter docs by category, search query params
This commit is contained in:
parent
666ab3151e
commit
9fd53142f3
6 changed files with 18 additions and 19 deletions
|
@ -30,7 +30,9 @@
|
|||
<div class="col-2 heading">Tags</div>
|
||||
<div class="col-10 value">
|
||||
{{#each tagz as |t index|}}
|
||||
<a href="/search?tag={{t}}">{{concat '#' t}}</a>
|
||||
{{#link-to 'search' (query-params filter=t matchTag=true)}}
|
||||
{{concat '#' t}}
|
||||
{{/link-to}}
|
||||
{{/each}}
|
||||
{{#if canSelectCategory}}
|
||||
<div class="action-button button-icon-gray button-icon-small align-middle" data-toggle="modal" data-target="#document-tags-modal" data-backdrop="static">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue