Skip to content

Commit

Permalink
Merge pull request #736 from MITLibraries/etd-374-new-holds-window
Browse files Browse the repository at this point in the history
Sets link to hold panel to open in new tab
  • Loading branch information
matt-bernhardt authored Jul 13, 2021
2 parents 85a3312 + ef0428a commit 0cb6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/thesis/process_theses.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
label_html: { style: 'width: 50%' },
input_html: { class: 'disabled', style: 'width: 40%', value: f.object.active_holds?? 'Yes' : 'No' },
hint_html: { style: 'display: block' },
hint: link_to('See details in admin interface',admin_thesis_path(f.object)) %>
hint: link_to('See details in admin interface', admin_thesis_path(f.object), target: :_blank) %>

</li>
<li>
Expand Down

0 comments on commit 0cb6306

Please sign in to comment.