mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Break out document tag and category mng sections
Separate out screens for tag and category management.
This commit is contained in:
parent
3c81297fc6
commit
e140caff55
9 changed files with 315 additions and 105 deletions
|
@ -1,13 +1,13 @@
|
|||
{{#layout/master-sidebar}}
|
||||
{{ui/ui-spacer size=300}}
|
||||
|
||||
{{#link-to "document.index"}}
|
||||
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.ArrowLeft label="Document"}}
|
||||
{{/link-to}}
|
||||
|
||||
{{ui/ui-spacer size=400}}
|
||||
|
||||
<div class="section">
|
||||
{{#link-to "document.index"}}
|
||||
{{ui/ui-button color=constants.Color.Yellow light=true icon=constants.Icon.ArrowLeft label="Document"}}
|
||||
{{/link-to}}
|
||||
|
||||
{{ui/ui-spacer size=400}}
|
||||
|
||||
<div class="title">REVISIONS</div>
|
||||
<div class="list">
|
||||
{{#each revisions as |revision|}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue