mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Use existing MascotHelper#instance_presenter instead of local var in welcome email template (#29759)
This commit is contained in:
@@ -5,10 +5,11 @@ class UserMailer < Devise::Mailer
|
||||
|
||||
helper :accounts
|
||||
helper :application
|
||||
helper :instance
|
||||
helper :statuses
|
||||
helper :mascot
|
||||
helper :formatting
|
||||
helper :instance
|
||||
helper :routing
|
||||
helper :statuses
|
||||
|
||||
before_action :set_instance
|
||||
|
||||
|
||||
Reference in New Issue
Block a user