From: Toshi MARUYAMA Date: Mon, 26 Sep 2011 16:21:56 +0000 (+0000) Subject: Rails3: mail: rename app/views/layouts/mailer.text.html.erb to app/views/layouts... X-Git-Tag: 1.3.0~440 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e488434f74ed5f1d72a64d5b17b6697b4b2f2d6;p=redmine.git Rails3: mail: rename app/views/layouts/mailer.text.html.erb to app/views/layouts/mailer.html.erb (#6317) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7535 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb new file mode 100644 index 000000000..e4860fd52 --- /dev/null +++ b/app/views/layouts/mailer.html.erb @@ -0,0 +1,33 @@ + + + + + +<%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header) %> +<%= yield %> +
+<%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %> + + diff --git a/app/views/layouts/mailer.text.html.erb b/app/views/layouts/mailer.text.html.erb deleted file mode 100644 index e4860fd52..000000000 --- a/app/views/layouts/mailer.text.html.erb +++ /dev/null @@ -1,33 +0,0 @@ - - - - - -<%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_header) %> -<%= yield %> -
-<%= Redmine::WikiFormatting.to_html(Setting.text_formatting, Setting.emails_footer) %> - -