Fix breadcrumb for notification templates page

It didn't include the Settings crumb first
This commit is contained in:
Jared Tabor 2016-06-22 13:24:08 -07:00
parent c075aafd50
commit 3e9b86e024

View File

@ -10,5 +10,9 @@ export default {
name: 'notifications',
route: '/notification_templates',
templateUrl: templateUrl('notifications/notification-templates-list/list'),
controller: 'notificationTemplatesListController'
controller: 'notificationTemplatesListController',
ncyBreadcrumb: {
parent: 'setup',
label: 'NOTIFICATION TEMPLATES'
},
};