Skip to content

Commit

Permalink
Merge pull request #4264 from tulibraries/BL-1834-Reformat_message
Browse files Browse the repository at this point in the history
BL-1834 Break document lines
  • Loading branch information
cdoyle-temple committed Mar 1, 2024
2 parents 41de066 + be02617 commit b0b685a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/record_mailer/email_record.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
</p>

<% @documents.each do |document| %>
<%= document.to_email_text %><br>
<%= tag.span(document.to_email_text, style: "white-space: pre-line") %>
<%= tag.br %>
<%= t('blacklight.email.html.url') %>
<%= record_mailer_link(document, @url_gen_params) %>
<br>
Expand Down

0 comments on commit b0b685a

Please sign in to comment.