activity: Add a link to copy list of realm admins.

Tweaked by tabbott to do the database queries properly.

This should help user to copy realm admin emails in a go.
Fixes: #7885
This commit is contained in:
Aman Jain
2018-02-11 13:29:50 +05:30
committed by Tim Abbott
parent 3ebd30120c
commit a0b58b1560
3 changed files with 36 additions and 2 deletions

View File

@@ -818,7 +818,10 @@ PIPELINE = {
# If you add a style here, please update stylesheets()
# in frontend_tests/zjsunit/output.js as needed.
'activity': {
'source_filenames': ('styles/activity.css',),
'source_filenames': (
'styles/activity.css',
'third/thirdparty-fonts.css',
),
'output_filename': 'min/activity.css'
},
'stats': {