2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

add a link to bounce emails list in user admin profile

This commit is contained in:
Régis Hanol 2016-05-18 22:38:35 +02:00
parent d43231da92
commit 8a04b78909
2 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,11 @@ const AdminUser = Discourse.User.extend({
}
},
@computed
bounceLink() {
return Discourse.getURL("/admin/email/bounced");
},
canResetBounceScore: Ember.computed.gt("bounce_score", 0),
resetBounceScore() {