From 85d2a699548d9909541c33b0beaa3df0c03e474d Mon Sep 17 00:00:00 2001
From: Dasan05 <dasan.ibrahim@student.reutlingen-university.de>
Date: Fri, 20 Jun 2025 17:39:54 +0200
Subject: [PATCH] =?UTF-8?q?Head=20zeile=20in=20Projekt=20Karte=20ver=C3=A4?=
 =?UTF-8?q?ndert=20(UUID=20rausgenommen)=20K=C3=BCrzel=20oben.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 templates/project/_list.go.html | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/templates/project/_list.go.html b/templates/project/_list.go.html
index 36eef07..3e1c893 100644
--- a/templates/project/_list.go.html
+++ b/templates/project/_list.go.html
@@ -27,10 +27,7 @@
                             <div class="card-header d-flex justify-content-between align-items-center">
                                 <!-- Display human-readable project ID and shortcut -->
                                 <div>
-                                    <h6 class="mb-0 text-muted">{{ .ProjectID }}</h6>
-                                    {{ if .Shortcut }}
-                                        <small class="badge bg-primary">{{ .Shortcut }}</small>
-                                    {{ end }}
+                                    <h5 class="mb-0">{{ .Shortcut }}</h5>
                                 </div>
                                 
                                 <!-- Project action buttons (edit, delete) -->
-- 
GitLab