From 367da8ec822e8f5ea3fc9b263b83de64244071b8 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Mon, 3 Feb 2025 22:08:40 -0600 Subject: [PATCH] Show author names by compilations in projects view --- templates/ProjectsTable.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/ProjectsTable.php b/templates/ProjectsTable.php index 26034835..c9478b4f 100644 --- a/templates/ProjectsTable.php +++ b/templates/ProjectsTable.php @@ -33,7 +33,12 @@ $showEditButton = $showEditButton ?? false; - Ebook->Title) ?> + + Ebook->Title) ?> + Ebook->Title == "Poetry" || $project->Ebook->Title == "Short Fiction" || $project->Ebook->Title == "Essays"){ ?> + (Ebook->AuthorsString) ?>) + +