From d132806e70ee87049059fc12769422b1ead9518d Mon Sep 17 00:00:00 2001 From: William Allen Date: Fri, 25 Sep 2026 11:22:29 -0400 Subject: [PATCH] Remove extra template braces in cdash.blade.php --- resources/views/cdash.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/cdash.blade.php b/resources/views/cdash.blade.php index 03ef00bb31..56f80fe26d 100755 --- a/resources/views/cdash.blade.php +++ b/resources/views/cdash.blade.php @@ -31,7 +31,7 @@ {{-- Framework-specific details --}} @if(isset($angular) && $angular === true) - + @elseif(isset($vue) && $vue === true)