stubs/default/app/views/layouts/mailer.text.erb in kaze-0.5.0 vs stubs/default/app/views/layouts/mailer.text.erb in kaze-0.6.0
- old
+ new
@@ -1,13 +1,10 @@
<!-- Header -->
<%= ENV.fetch("APP_NAME", "Rails") %>: <%= root_url %>
-
<!-- Body -->
<%= yield %>
-
<!-- Subcopy -->
<% if content_for?(:subcopy) %>
-<%= yield :subcopy %>
+ <%= yield :subcopy %>
<% end %>
-
<!-- Footer -->
© <%= Time.new.year %> <%= ENV.fetch("APP_NAME", "Rails") %>. All rights reserved.