0
0
Fork 0

Add direction tags to HTML e-mails for RTL languages (#6373)

This commit is contained in:
Eugen Rochko 2018-01-29 00:22:20 +01:00 committed by GitHub
parent 106efba800
commit 79bc3d5845
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 4 deletions

View file

@ -3,6 +3,7 @@
class UserMailer < Devise::Mailer
layout 'mailer'
helper :application
helper :instance
add_template_helper RoutingHelper