Skip to content

Commit

Permalink
Fixes items identified in ETD-340
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-bernhardt committed Jun 1, 2021
1 parent a923861 commit 601418e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/mailers/receipt_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def transfer_receipt_email(transfer, user)
@transfer = transfer
mail(from: "MIT Libraries <#{ENV['THESIS_ADMIN_EMAIL']}>",
to: @user.email,
cc: ENV['THESIS_ADMIN_EMAIL'],
subject: 'Thesis files transferred')
end
end
2 changes: 1 addition & 1 deletion app/views/receipt_mailer/transfer_receipt_email.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ul>
<li>We will not begin processing theses until after graduation.</li>
<li>Theses will be published in <a href="https://dspace.mit.edu/handle/1721.1/7582">DSpace@MIT</a>, it may take up to 3 months for theses to appear in the collection.</li>
<li>Theses will be published in <a href="https://dspace.mit.edu/handle/1721.1/7582">DSpace@MIT</a>, it may take 3 months for theses to appear in the collection.</li>
</ul>

<p>Files transferred:</p>
Expand Down
2 changes: 1 addition & 1 deletion app/views/transfer/confirm.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h4>A couple reminders:</h4>
<ul>
<li>We will not begin processing theses until after graduation.</li>
<li>Theses will be published in <a href="https://dspace.mit.edu/handle/1721.1/7582">DSpace@MIT</a>, it may take up to 3 months for theses to appear in the collection.</li>
<li>Theses will be published in <a href="https://dspace.mit.edu/handle/1721.1/7582">DSpace@MIT</a>, it may take 3 months for theses to appear in the collection.</li>
</ul>

<p>Please contact us at <a href="mailto:mit-theses <mit-theses@mit.edu>" target="_blank">mit-theses@mit.edu</a> with any questions.</p>

0 comments on commit 601418e

Please sign in to comment.