mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:11:12 +08:00
Show post count in digest emails. Sort by score
This commit is contained in:
@ -60,6 +60,7 @@ module Email
|
||||
style('div.digest-post h1', 'font-size: 20px;')
|
||||
style('span.footer-notice', 'color:#666; font-size:80%')
|
||||
|
||||
style('span.post-count', 'margin: 0 5px; color: #777;')
|
||||
style('pre', 'white-space: pre-wrap')
|
||||
style('code', 'background-color: f1f1ff; padding: 2px 5px;')
|
||||
style('pre code', 'display: block; background-color: f1f1ff; padding: 5px')
|
||||
|
Reference in New Issue
Block a user