Commit d4af91f

mo khan <mo@mokhan.ca>
2015-01-21 05:26:28
remove nested html documents.
1 parent f68d177
Changed files (2)
app/views/user_mailer/registration_email.html.erb
@@ -1,7 +1,2 @@
-<html>
-  <body>
-    <p><%= "Hi, #{@username}." %></p>
-    <%= yield %>
-    <p>The Supply Team</p>
-  </body>
-</html>
\ No newline at end of file
+<p><%= "Hi, #{@username}." %></p>
+<p>The Supply Team</p>
app/views/user_mailer/registration_email.text.erb
@@ -1,5 +1,3 @@
 <%= "Hi, #{@username}." %>
 
-<%= yield %>
-
-The Supply Team
\ No newline at end of file
+The Supply Team