FIX: links in digest with href="#"

This commit is contained in:
Neil Lalonde 2016-11-21 11:07:24 -05:00
parent 24fb060f50
commit dffefcaa6a

View File

@ -317,7 +317,7 @@ body, table, td, th, h1, h2, h3 {font-family: Helvetica, Arial, sans-serif !impo
</p>
</td>
<td style="padding:24px 8px 16px 8px;text-align:left;">
<a href="#" style="color:#2F70AC;font-weight:400;line-height:1.3;margin:0;padding:0;text-decoration:none">
<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>