mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
Fixed broken links in Digest email
Based on @eviltrout's fix from 7a60eacca9
.
This commit is contained in:
parent
7f4697a200
commit
2d4e62dd64
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<h3><%=t 'user_notifications.digest.top_topics' %></h3>
|
||||
|
||||
<%- @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? %>
|
||||
<div class='digest-post'>
|
||||
|
|
Loading…
Add table
Reference in a new issue