diff --git a/app/views/receipt_mailer/receipt_email.html.erb b/app/views/receipt_mailer/receipt_email.html.erb index 25efb956..23efd91f 100644 --- a/app/views/receipt_mailer/receipt_email.html.erb +++ b/app/views/receipt_mailer/receipt_email.html.erb @@ -35,6 +35,7 @@ The information we have on record is listed below.

License: <%= @thesis.license_id? ? @thesis.license.display_description : "" %>
Thesis supervisors: <%= @thesis.advisors.map { |a| a.name }.join('; ') %>
Abstract: <%= @thesis.abstract %>
+Formatted abstract: <%= simple_format(@thesis.abstract) %>
Notes: <%= @thesis.author_note %>