Skip to content

Commit

Permalink
Testing simple_format for abstract in email
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Aug 27, 2021
1 parent 690cada commit cd7cbac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/receipt_mailer/receipt_email.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The information we have on record is listed below.</p>
<strong>License:</strong> <%= @thesis.license_id? ? @thesis.license.display_description : "" %><br>
<strong>Thesis supervisors:</strong> <%= @thesis.advisors.map { |a| a.name }.join('; ') %><br>
<strong>Abstract:</strong> <%= @thesis.abstract %><br>
<strong>Formatted abstract:</strong> <%= simple_format(@thesis.abstract) %><br>
<strong>Notes:</strong> <%= @thesis.author_note %><br>
</p>

Expand Down

0 comments on commit cd7cbac

Please sign in to comment.