diff --git a/app/views/distribution_mailer/partner_mailer.text.erb b/app/views/distribution_mailer/partner_mailer.text.erb deleted file mode 100644 index 96b44d5641..0000000000 --- a/app/views/distribution_mailer/partner_mailer.text.erb +++ /dev/null @@ -1,19 +0,0 @@ -You have a new distribution from <%= @partner.organization.name %>. Please refer to the attachment for details. -From: <%= @from_email %> - -<%= @default_email_text_interpolated %> -<% if @distribution_changes.present? %> - Here are some Items that we need change based on Human Essentials - <% if @distribution_changes[:updates].any? %> - Items Updated: - <% @distribution_changes[:updates].each do |item| %> - * <%= "#{item[:name]} from #{item[:old_quantity]} to #{item[:new_quantity]}" %> - <% end %> - <% end %> - <% if @distribution_changes[:removed].any? %> - Items Removed: - <% @distribution_changes[:removed].each do |item| %> - * <%= item[:name] %> - <% end %> - <% end %> -<% end %>