LP1904036 Ang Patron UI updating non-menu links
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / share / holds / detail.component.html
index 4315e28..0b3b50f 100644 (file)
   <div class="well-row">
     <div class="well-label" i18n>Patron Name</div>
     <div class="well-value">
-      <a href="/eg/staff/circ/patron/{{hold.usr_id}}/checkout">
+      <a routerLink="/staff/circ/patron/{{hold.usr_id}}/checkout">
         {{hold.usr_display_name}}
       </a>
     </div>
     <!-- force consistent width -->
     <div class="well-label" i18n>Patron Barcode</div>
     <div class="well-value">
-      <a href="/eg/staff/circ/patron/{{hold.usr_id}}/checkout">
+      <a routerLink="/staff/circ/patron/{{hold.usr_id}}/checkout">
         {{hold.ucard_barcode}}
       </a>
     </div>