mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
add a link to bounce emails list in user admin profile
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user