FIX: emails with embedded posts should always use absolute URLs

This commit is contained in:
Neil Lalonde
2013-11-28 15:57:21 -05:00
parent a13c7c26f9
commit 4ec0543362
3 changed files with 46 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
</td>
</tr>
<tr>
<td class='body'><%= post.cooked.html_safe %></td>
<td class='body'><%= PrettyText.make_all_links_absolute(post.cooked).html_safe %></td>
</tr>
</tbody>
</table>