Skip to content

Commit

Permalink
show email on admin listing
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jan 20, 2021
1 parent f3d0763 commit 6b27311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions views/admin/users.moon
Expand Up @@ -21,6 +21,7 @@ class AdminUsers extends require "widgets.admin.page"
{"name", (user) ->
a href: @url_for(user), user\name_for_display!
}
"email"
{"spam", (user) ->
if scan = user\get_spam_scan!
if scan\is_trained!
Expand Down

0 comments on commit 6b27311

Please sign in to comment.