From 2d4e62dd647423a46d70688e8eaa0f916ef6fc45 Mon Sep 17 00:00:00 2001 From: MK Date: Mon, 2 Dec 2013 01:11:55 -0500 Subject: [PATCH] Fixed broken links in Digest email Based on @eviltrout's fix from 7a60eacca95f7e036bb83ea512cec7225dc73c2c. --- app/views/user_notifications/digest.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index 2b87a8ba815..41972334185 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -13,7 +13,7 @@

<%=t 'user_notifications.digest.top_topics' %>

<%- @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? %>