mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 03:05:29 +08:00
FIX: missing link in unsubscribe text of summary emails
This commit is contained in:
parent
a26483bfd6
commit
b193ae2d15
@ -489,6 +489,7 @@ class UserNotifications < ActionMailer::Base
|
||||
private
|
||||
|
||||
def build_summary_for(user)
|
||||
@site_name = SiteSetting.email_prefix.presence || SiteSetting.title # used by I18n
|
||||
@user = user
|
||||
@date = short_date(Time.now)
|
||||
@base_url = Discourse.base_url
|
||||
|
Loading…
x
Reference in New Issue
Block a user