mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user