From 1bcea0a767cb82d003a0a105948510dc8a5b6cf7 Mon Sep 17 00:00:00 2001 From: Scott Barnes Date: Fri, 2 Feb 2024 17:50:53 -0800 Subject: [PATCH] Fix breadcrumb link in `mybooks` --- openlibrary/templates/books/mybooks_breadcrumb_select.html | 1 + 1 file changed, 1 insertion(+) diff --git a/openlibrary/templates/books/mybooks_breadcrumb_select.html b/openlibrary/templates/books/mybooks_breadcrumb_select.html index fdb08b6f6cd..8fe037484a1 100644 --- a/openlibrary/templates/books/mybooks_breadcrumb_select.html +++ b/openlibrary/templates/books/mybooks_breadcrumb_select.html @@ -13,6 +13,7 @@ $if mb.is_my_page: $ options += [ $ (_("Loans"), "/account/loans"), + $ (_("Loan History"), "/account/loan-history"), $ (_("Notes"), url_prefix + "/books/notes"), $ (_("Notes"), url_prefix + "/books/notes"), $ (_("Reviews"), url_prefix + "/books/observations"),