mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 09:37:57 +08:00
Added tertiary color to digest
Added hash to color in helper Added anchor_color to topic and site name links Styled the unsubscribe link
This commit is contained in:
@ -28,8 +28,8 @@ module UserNotificationsHelper
|
||||
logo_url
|
||||
end
|
||||
|
||||
def html_site_link
|
||||
"<a href='#{Discourse.base_url}'>#{@site_name}</a>"
|
||||
def html_site_link(color)
|
||||
"<a href='#{Discourse.base_url}' style='color: ##{color}'>#{@site_name}</a>"
|
||||
end
|
||||
|
||||
def first_paragraph_from(html)
|
||||
|
Reference in New Issue
Block a user