Show post count in digest emails. Sort by score

This commit is contained in:
Robin Ward
2013-11-29 13:00:10 -05:00
parent 78b2c5acff
commit 781a8876d3
5 changed files with 18 additions and 3 deletions

View File

@ -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')