LP1806087 Ang catalog pending tabs offer manual redirect
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / catalog / record / copies.component.html
index e60fb24..dd5718e 100644 (file)
@@ -7,9 +7,11 @@
 <ng-template #barcodeTemplate let-copy="row">
   <div>{{copy.barcode}}</div>
   <div>
-  <a class="pl-1" href="/eg/staff/cat/item/{{copy.id}}" i18n>View</a>
+  <a class="pl-1" target="_blank" 
+    href="/eg/staff/cat/item/{{copy.id}}" i18n>View</a>
   | 
-  <a class="pl-1" href="/eg/staff/cat/item/{{copy.id}}/edit" i18n>Edit</a>
+  <a class="pl-1" target="_blank"
+    href="/eg/staff/cat/item/{{copy.id}}/edit" i18n>Edit</a>
   </div>
 </ng-template>