app/views/layouts/mailer.html.erb in admin-sys-1.0.2 vs app/views/layouts/mailer.html.erb in admin-sys-1.1.0
- old
+ new
@@ -1,13 +1,13 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style>
- /* Email styles need to be inline */
- </style>
- </head>
-
- <body>
- <%= yield %>
- </body>
-</html>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style>
+ /* Email styles need to be inline */
+ </style>
+ </head>
+
+ <body>
+ <%= yield %>
+ </body>
+</html>