Skip to content
Snippets Groups Projects
Commit 85d2a699 authored by Dasan Ibrahim's avatar Dasan Ibrahim
Browse files

Head zeile in Projekt Karte verändert (UUID rausgenommen) Kürzel oben.

parent 277e64fd
No related branches found
No related tags found
1 merge request!4merge dev to main
...@@ -27,10 +27,7 @@ ...@@ -27,10 +27,7 @@
<div class="card-header d-flex justify-content-between align-items-center"> <div class="card-header d-flex justify-content-between align-items-center">
<!-- Display human-readable project ID and shortcut --> <!-- Display human-readable project ID and shortcut -->
<div> <div>
<h6 class="mb-0 text-muted">{{ .ProjectID }}</h6> <h5 class="mb-0">{{ .Shortcut }}</h5>
{{ if .Shortcut }}
<small class="badge bg-primary">{{ .Shortcut }}</small>
{{ end }}
</div> </div>
<!-- Project action buttons (edit, delete) --> <!-- Project action buttons (edit, delete) -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment