From 52f83fe0fd7b5765dd541d597def27040eceee35 Mon Sep 17 00:00:00 2001
From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Thu, 6 Sep 2018 16:27:27 -0400
Subject: [PATCH] LP#1775466: add a newly-added entry to the ang6 navbar

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
---
 Open-ILS/src/eg2/src/app/staff/nav.component.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html
index 419f5d5514..feed30bcb5 100644
--- a/Open-ILS/src/eg2/src/app/staff/nav.component.html
+++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html
@@ -202,6 +202,10 @@
             <span class="material-icons">lock</span>
             <span i18n>Manage Authorities</span>
           </a>
+          <a href="/eg/staff/cat/catalog/retrieve_by_authority_id" class="dropdown-item">
+            <span class="material-icons">collections</span>
+            <span i18n>Retrieve Authority Record by ID</span>
+          </a>
         </div>
       </div>
     </div>
-- 
2.11.0