mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: links in digest with href="#"
This commit is contained in:
parent
24fb060f50
commit
dffefcaa6a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user