mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-21 20:15:10 +01:00
Remove unused plain_mailer
layout (#28065)
This commit is contained in:
parent
b8fe77353e
commit
9b8ba9b350
@ -1,8 +1,6 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
class AdminMailer < ApplicationMailer
|
class AdminMailer < ApplicationMailer
|
||||||
layout 'plain_mailer'
|
|
||||||
|
|
||||||
helper :accounts
|
helper :accounts
|
||||||
helper :languages
|
helper :languages
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
= yield
|
|
Loading…
Reference in New Issue
Block a user