Skip to content

Commit

Permalink
Remove unused plain_mailer layout (mastodon#28065)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored and vmstan committed Jan 5, 2024
1 parent af0ce8a commit 2338284
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions app/mailers/admin_mailer.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

class AdminMailer < ApplicationMailer
layout 'plain_mailer'

helper :accounts
helper :languages

Expand Down
1 change: 0 additions & 1 deletion app/views/layouts/plain_mailer.html.haml

This file was deleted.

0 comments on commit 2338284

Please sign in to comment.