diff --git a/app/helpers/user_notifications_helper.rb b/app/helpers/user_notifications_helper.rb index 0df7aa6926c..22385175f82 100644 --- a/app/helpers/user_notifications_helper.rb +++ b/app/helpers/user_notifications_helper.rb @@ -27,8 +27,8 @@ module UserNotificationsHelper logo_url end - def html_site_link(color) - "#{@site_name}" + def html_site_link + "#{@site_name}" end def first_paragraphs_from(html) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index ed0a0e3edd0..7ce440ff460 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -405,9 +405,9 @@