diff --git a/app/views/mailbot/email_template.html.erb b/app/views/mailbot/email_template.html.erb
new file mode 100644
index 00000000..41e0b0e6
--- /dev/null
+++ b/app/views/mailbot/email_template.html.erb
@@ -0,0 +1,5 @@
+<%= render "layouts/_mailbot_header" %>
+ <%= @email_body %>
+<% end %>
+<%= render "layouts/_mailbot_footer" %>
+
\ No newline at end of file
diff --git a/app/views/mailbot/email_template.html.haml b/app/views/mailbot/email_template.html.haml
deleted file mode 100644
index 9834d3fc..00000000
--- a/app/views/mailbot/email_template.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-= render "layouts/_mailbot_header"
- = @email_body
-= render "layouts/_mailbot_footer"
-
\ No newline at end of file