From 9d8b2b540aea37e002335af9f8e9f1b5f646ed09 Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Wed, 28 Sep 2011 17:54:53 +0200 Subject: [PATCH] Show experiment creators in shared projects --- application/views/projects/detail.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/application/views/projects/detail.php b/application/views/projects/detail.php index 352e2a0..962f99c 100644 --- a/application/views/projects/detail.php +++ b/application/views/projects/detail.php @@ -39,6 +39,13 @@ + 0 || $project['public'] == 1): +?> + + @@ -63,6 +70,20 @@ ?> + 0 || $project['public'] == 1): + if ($experiment['creator_id'] == $this->access->profile()->id): +?> + +user->getById($experiment['creator_id']); +?> + +