59415: messages, subject link on comcol pages and documentation updates

This commit is contained in:
Kristof De Langhe
2019-01-29 17:22:23 +01:00
parent 3fdd32b383
commit 64f301d1dd
5 changed files with 43 additions and 11 deletions

View File

@@ -84,6 +84,17 @@ export class NavbarComponent extends MenuComponent implements OnInit {
link: '/browse/author'
} as LinkMenuItemModel,
},
{
id: 'browse_global_by_subject',
parentID: 'browse_global',
active: false,
visible: true,
model: {
type: MenuItemType.LINK,
text: 'menu.section.browse_global_by_subject',
link: '/browse/subject'
} as LinkMenuItemModel,
},
/* Statistics */
{