fixing wrong clone user shown issue
diff --git a/app/views/partials/experiment-info.blade.php b/app/views/partials/experiment-info.blade.php
index 63c4e06..fa6a605 100644
--- a/app/views/partials/experiment-info.blade.php
+++ b/app/views/partials/experiment-info.blade.php
@@ -50,7 +50,7 @@
         </tr>
         <tr>
             <td><strong>Owner</strong></td>
-            <td><?php echo $project->owner; ?></td>
+            <td><?php echo $experiment->userName; ?></td>
         </tr>
         <tr>
             <td><strong>Application</strong></td>