]> git.phdru.name Git - m_librarian.git/blobdiff - m_librarian/web/views/list_authors.tmpl
Feat(web): Show books by an author
[m_librarian.git] / m_librarian / web / views / list_authors.tmpl
index 9bb417624c361fa33198ed6ebdfbfc157bfda95e..f7377ba29c5fc835f717d06f8e561fe17883eca1 100644 (file)
@@ -12,7 +12,7 @@ $search_authors_form(searchList=$searchList)
   <table>
   #for $author in $authors
   <tr>
-    <td>$author.fullname</td>
+    <td><a href="/books-by-author/$author.id/">$author.fullname</a></td>
   </tr>
   #end for
   </table>