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:
parent
d43231da92
commit
8a04b78909
2 changed files with 6 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue