mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: Don't use theme colors for digest unsubscribe footer links
This commit is contained in:
@ -27,8 +27,8 @@ module UserNotificationsHelper
|
||||
logo_url
|
||||
end
|
||||
|
||||
def html_site_link(color)
|
||||
"<a href='#{Discourse.base_url}' style='color: ##{color}'>#{@site_name}</a>"
|
||||
def html_site_link
|
||||
"<a href='#{Discourse.base_url}'>#{@site_name}</a>"
|
||||
end
|
||||
|
||||
def first_paragraphs_from(html)
|
||||
|
Reference in New Issue
Block a user