Commit 0d6272ea60315f6c8702c07386b7bb29333c3182
1 parent
2b75b359
Exists in
master
and in
29 other branches
Fix success template in send_email plugin
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/send_email/views/send_email_plugin_base/success.rhtml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | <table class='sendemail-plugin-message-sent'> |
4 | 4 | <tr><td class='label'><strong><%= _('Subject') %>:</strong></td><td class='value'><em><%=h @mail.subject %></em></td></tr> |
5 | - <tr><td class='label'><strong><%= _('Message') %>:</strong></td><td class='value'><pre><%=h render :file => 'send_email_plugin/sender/mail' %></pre></td></tr> | |
5 | + <tr><td class='label'><strong><%= _('Message') %>:</strong></td><td class='value'><pre><%=h render :file => 'send_email_plugin/sender/message' %></pre></td></tr> | |
6 | 6 | </table> |
7 | 7 | |
8 | 8 | <p><%= button :back, _('Back'), :back %></p> | ... | ... |