From fda9c5432fe4edf5d2bb819656f3054030686452 Mon Sep 17 00:00:00 2001 From: Mark Heiman Date: Wed, 23 Feb 2022 12:54:54 -0600 Subject: [PATCH] Update subjects.html Make the work count a link that points to the corresponding search --- openlibrary/templates/subjects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlibrary/templates/subjects.html b/openlibrary/templates/subjects.html index 351f28dbca4..be026d11c52 100644 --- a/openlibrary/templates/subjects.html +++ b/openlibrary/templates/subjects.html @@ -12,7 +12,7 @@

- $ungettext("1 work", "%(count)d works", page.work_count, count=page.work_count) + $ungettext("1 work", "%(count)d works", page.work_count, count=page.work_count) $_('Search for books with subject %(name)s.', name=page.name)