Use admin_mailer
layout with initial salutation (#28085)
This commit is contained in:
parent
10b879bd5e
commit
2d536bb05f
8 changed files with 5 additions and 12 deletions
3
app/views/layouts/admin_mailer.text.erb
Normal file
3
app/views/layouts/admin_mailer.text.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<%= raw t('application_mailer.salutation', name: display_name(@me)) %>
|
||||
|
||||
<%= yield %>
|
Loading…
Add table
Add a link
Reference in a new issue