mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Merge pull request #1375 from tim-vogel/add_comments
Feature: document comments
This commit is contained in:
commit
2b1c8c8d9a
23 changed files with 686 additions and 34 deletions
|
|
@ -170,6 +170,12 @@
|
|||
</div>
|
||||
</ng-template>
|
||||
</li>
|
||||
<li [ngbNavItem]="5" *ngIf="commentsEnabled">
|
||||
<a ngbNavLink i18n>Comments</a>
|
||||
<ng-template ngbNavContent>
|
||||
<app-document-comments [documentId]="documentId"></app-document-comments>
|
||||
</ng-template>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div [ngbNavOutlet]="nav" class="mt-2"></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue