Skip to content

Commit 6ea2116

Browse files
committed
Fix recent posts notification email footer link to root
1 parent 1e74b71 commit 6ea2116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/organization_notifier/recent_posts.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
--
3939
<p>
4040
<%= t("mailers_globals.footer.text", organization_name: @organization_name) %>
41-
<a href="<%= page_url('home', only_path: false) %>">
41+
<a href="<%= root_url %>">
4242
TimeOverflow
4343
<a>
4444
<br />

0 commit comments

Comments
 (0)