From e3ee949d9476afc806bd4c9124d7740c438b75b9 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sun, 1 Jun 2025 20:00:35 -0500 Subject: [PATCH] Fix incorrect if statement bracing in project status template --- templates/ProjectDetailsTable.php | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/templates/ProjectDetailsTable.php b/templates/ProjectDetailsTable.php index 6a45bc8c..63b148a0 100644 --- a/templates/ProjectDetailsTable.php +++ b/templates/ProjectDetailsTable.php @@ -70,38 +70,38 @@ $showArtworkStatus ??= true; - - - Status: - - Benefits->CanEditProjects - || - $project->ManagerUserId == Session::$User?->UserId - || - $project->ReviewerUserId == Session::$User?->UserId - ){ ?> + + Status: + + Benefits->CanEditProjects + || + $project->ManagerUserId == Session::$User?->UserId + || + $project->ReviewerUserId == Session::$User?->UserId + ){ ?> -
- - - -
- - Status->GetDisplayName()) ?> - - - +
+ + + +
+ + Status->GetDisplayName()) ?> + + + +