Skip to content

Commit

Permalink
Wrap inserted email text by <pre> tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkostin1966 committed Nov 1, 2019
1 parent de74736 commit e596784
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 25 deletions.
2 changes: 1 addition & 1 deletion app/views/notifier_mailer/administrators.html.erb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<%= @text %>
<pre><%= @text %></pre>
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
Dear UMP EBC Technical Contacts,

The files listed below now include new MARC records for titles recently added to UMPEBC on Fulcrum.
You can download these and other MARC records for the collection from our <a href="https://umich.box.com/s/oxuimlw7m656w9ngpjfwim10zdqxy5at">UMPEBC MARC folder on Box<sup>1</sup></a>.

<%= @text %>

If you have any problems, please contact fulcrum-info@umich.edu.

- The Fulcrum Team at University of Michigan Press


1. https://umich.box.com/s/oxuimlw7m656w9ngpjfwim10zdqxy5at
<p>Dear UMP EBC Technical Contacts,</p>
<p>The files listed below now include new MARC records for titles recently added to UMPEBC on Fulcrum. You can download these and other MARC records for the collection from our <a href="https://umich.box.com/s/oxuimlw7m656w9ngpjfwim10zdqxy5at">UMPEBC MARC folder on Box</a>.</p>
<pre><%= @text %></pre>
<p>If you have any problems, please contact fulcrum-info@umich.edu.</p>
<p>- The Fulcrum Team at University of Michigan Press</p>
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
Dear UMP EBC Technical Contacts,

The files listed below now include new MARC records for titles recently added to UMPEBC on Fulcrum.
You can download these and other MARC records for the collection from our [UMPEBC MARC folder on Box][1].
You can download these and other MARC records for the collection from our UMPEBC MARC folder
https://umich.box.com/s/oxuimlw7m656w9ngpjfwim10zdqxy5at on Box.

<%= @text %>

If you have any problems, please contact fulcrum-info@umich.edu.

- The Fulcrum Team at University of Michigan Press

[1]: https://umich.box.com/s/oxuimlw7m656w9ngpjfwim10zdqxy5at
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records contained invalid UTF-8 characters. Please correct and upload the corresponding .xml/.mrc files at the earliest convenience.

<%= @text %>
<p>While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records contained invalid UTF-8 characters. Please correct and upload the corresponding .xml/.mrc files at the earliest convenience.</p>
<pre><%= @text %></pre>
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records contained invalid UTF-8 characters. Please correct and upload the corresponding .xml/.mrc files at the earliest convenience.
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum,
the following records contained invalid UTF-8 characters.
Please correct and upload the corresponding .xml/.mrc files at the earliest convenience.

<%= @text %>
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records could not be found in the Box folder. Please upload the corresponding .xml/.mrc files at the earliest convenience.

<%= @text %>
<p>While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records could not be found in the Box folder. Please upload the corresponding .xml/.mrc files at the earliest convenience.</p>
<pre><%= @text %></pre>
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum, the following records could not be found in the Box folder. Please upload the corresponding .xml/.mrc files at the earliest convenience.
While attempting to assemble MARC records for Michigan titles that are live on Fulcrum,
the following records could not be found in the Box folder.
Please upload the corresponding .xml/.mrc files at the earliest convenience.

<%= @text %>

0 comments on commit e596784

Please sign in to comment.