manage version icon (#284)

This commit is contained in:
Cilibiu Bogdan
2018-04-05 20:57:52 +03:00
committed by Denys Vuika
parent 7209318bf0
commit b1d093fd48
5 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@
mat-menu-item
*ngIf="canManageVersions(documentList.selection)"
[app-node-versions]="documentList.selection">
<mat-icon color="primary">storage</mat-icon>
<mat-icon color="primary">history</mat-icon>
<span>{{ 'APP.ACTIONS.VERSIONS' | translate }}</span>
</button>
</mat-menu>