diff --git a/app/views/thesis/process_theses.html.erb b/app/views/thesis/process_theses.html.erb index 5b883edf..8b5d5ad9 100644 --- a/app/views/thesis/process_theses.html.erb +++ b/app/views/thesis/process_theses.html.erb @@ -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) %>