FIX: digest email: put topic title and category in the same column in the "New in ... you follow" section
This commit is contained in:
parent
dffefcaa6a
commit
47be1a8be9
|
@ -320,8 +320,6 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
|
|||
<a href="<%= Discourse.base_url_no_prefix + t.relative_url %>" style="color:#2F70AC;font-weight:400;line-height:1.3;margin:0;padding:0;text-decoration:none">
|
||||
<strong><%= t.title -%></strong>
|
||||
</a>
|
||||
</td>
|
||||
<td style="padding:26px 8px 16px 8px;text-align:left;">
|
||||
<p style="color:#0a0a0a;line-height:1.3;margin:0 0 10px 0;padding:0;text-align:left"><%= t.category.try(:name) -%></p>
|
||||
</td>
|
||||
<td style="padding:24px 8px 16px 8px;text-align:left;">
|
||||
|
|
Loading…
Reference in New Issue