diff --git a/app/views/transfer/show.html.erb b/app/views/transfer/show.html.erb
index c05ec14d..e6467012 100644
--- a/app/views/transfer/show.html.erb
+++ b/app/views/transfer/show.html.erb
@@ -55,10 +55,12 @@
<% if file.blob.attachments.where('record_type = ?', "Thesis").count == 0 %>
<% else %>
- <%= file.filename.to_s %> attached to "<%= title_helper( file.blob.attachments.where('record_type = ?', "Thesis").first.record ) %>"
+ <%= link_to rails_blob_path(file, disposition: 'inline'), target: :_blank do %><%= file.filename.to_s %><% end %> attached to "<%= title_helper( file.blob.attachments.where('record_type = ?', "Thesis").first.record ) %>"
<% end %>
<% end %>
@@ -67,7 +69,7 @@
...to this thesis:
-
Select the thesis to receive the files. If the needed thesis is not in this list, edit either the transfer or thesis record in <%= link_to("the administrative interface", admin_root_path) %> so they share a department and graduation date.
+
Select the thesis to receive the files. If the needed thesis is not in this list, edit either the transfer or thesis record in <%= link_to("the administrative interface", admin_authors_path, target: :_blank) %> so they share a department and graduation date.