mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 00:35:50 +00:00
Merge pull request #1711 from kohenkatz/bug/digest_email_links_broken
Fixed broken links in HTML version of Digest email
This commit is contained in:
commit
70434118ce
@ -13,7 +13,7 @@
|
|||||||
<h3><%=t 'user_notifications.digest.top_topics' %></h3>
|
<h3><%=t 'user_notifications.digest.top_topics' %></h3>
|
||||||
|
|
||||||
<%- @featured_topics.each_with_index do |t, i| %>
|
<%- @featured_topics.each_with_index do |t, i| %>
|
||||||
<%= link_to t.title, t.relative_url %>
|
<%= link_to t.title, "#{Discourse.base_url}#{t.relative_url}" %>
|
||||||
|
|
||||||
<%- if t.best_post.present? %>
|
<%- if t.best_post.present? %>
|
||||||
<div class='digest-post'>
|
<div class='digest-post'>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user