mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00
Feature: Include participants at the bottom of PM emails (#5797)
* Feature: Include participants at the bottom of PM emails ... as undecorated links. https://meta.discourse.org/t/email-notification-recipients-unclear-when-pm-is-sent-to-multiple-users/26934/13?u=featheredtoast Fix: missing translation for PM mentions * display membership count as `group (count)`
This commit is contained in:
@ -97,6 +97,7 @@ module Email
|
||||
style('.lightbox-wrapper .meta', 'display: none')
|
||||
correct_first_body_margin
|
||||
correct_footer_style
|
||||
style('div.undecorated-link-footer a', "font-weight: normal;")
|
||||
reset_tables
|
||||
onebox_styles
|
||||
plugin_styles
|
||||
|
Reference in New Issue
Block a user