add version manager on favorites, preview, recent and shared (#250)

This commit is contained in:
suzanadirla
2018-03-23 13:08:32 +02:00
committed by Cilibiu Bogdan
parent d7be8cf844
commit ac28a28f94
5 changed files with 35 additions and 0 deletions

View File

@@ -80,6 +80,14 @@
<mat-icon>delete</mat-icon>
<span>{{ 'APP.ACTIONS.DELETE' | translate }}</span>
</button>
<button
mat-menu-item
*ngIf="canManageVersions(documentList.selection)"
[app-node-versions]="documentList.selection">
<mat-icon>storage</mat-icon>
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
</button>
</mat-menu>
</adf-toolbar>
</div>