Allow deeplinking into the mail view
This commit is contained in:
@@ -84,7 +84,7 @@ app.config(['$routeProvider', function ($routeProvider) {
|
||||
}).when('/emails-eventlog', {
|
||||
controller: 'EmailsEventlogController',
|
||||
templateUrl: 'views/emails-eventlog.html?<%= revision %>'
|
||||
}).when('/email/:domain', {
|
||||
}).when('/email/:domain/:view?', {
|
||||
controller: 'EmailController',
|
||||
templateUrl: 'views/email.html?<%= revision %>'
|
||||
}).when('/notifications', {
|
||||
|
||||
Reference in New Issue
Block a user