diff --git a/app/views/details.php b/app/views/details.php index ca75782..e8f0b44 100644 --- a/app/views/details.php +++ b/app/views/details.php @@ -14,7 +14,7 @@ {{ __('app.last_edited_by', ['name' => $edit_user_name, 'when' => $edit_user_when]) }} -@if ($plant->get('clone_num')) +@if (($plant->get('clone_num')) && ($orig_plant))