From 27328255cd727f188e735c2202d0ee95db265677 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Feb 2017 14:19:53 -0500 Subject: Display project list icons on the right --- app/Template/project_list/listing.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/Template/project_list/listing.php') diff --git a/app/Template/project_list/listing.php b/app/Template/project_list/listing.php index 9c5dfe0e..f8c46729 100644 --- a/app/Template/project_list/listing.php +++ b/app/Template/project_list/listing.php @@ -39,6 +39,10 @@ render('project_list/project_details', array( 'project' => $project, )) ?> + + render('project_list/project_icons', array( + 'project' => $project, + )) ?> -- cgit v1.2.3