Titles on comment page; Deployment 965
All checks were successful
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 16s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 4s
SonarQube Scan / SonarQube Trigger (push) Successful in 47s

This commit is contained in:
2025-12-04 08:41:53 +01:00
parent 35fbfdccec
commit 0783033c70
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ spec:
mountPath: /data mountPath: /data
containers: containers:
- name: web - name: web
image: git.baumann.gr/adebaumann/vui:0.964 image: git.baumann.gr/adebaumann/vui:0.965
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8000 - containerPort: 8000

View File

@@ -32,7 +32,7 @@
<h4 style="margin: 0 0 0.5rem 0;"> <h4 style="margin: 0 0 0.5rem 0;">
<a href="{% url 'standard_detail' nummer=comment.vorgabe.dokument.nummer %}#{{ comment.vorgabe.Vorgabennummer }}"> <a href="{% url 'standard_detail' nummer=comment.vorgabe.dokument.nummer %}#{{ comment.vorgabe.Vorgabennummer }}">
{{ comment.vorgabe.Vorgabennummer }} {{ comment.vorgabe.Vorgabennummer }}
</a> </a> {{ comment.vorgabe.titel }}
</h4> </h4>
<p style="margin: 0 0 0.75rem 0; color: #666; font-size: 0.9rem;"> <p style="margin: 0 0 0.75rem 0; color: #666; font-size: 0.9rem;">
<strong>Erstellt:</strong> {{ comment.created_at|date:"d.m.Y H:i" }} <strong>Erstellt:</strong> {{ comment.created_at|date:"d.m.Y H:i" }}

View File

@@ -216,7 +216,7 @@
</p> </p>
</div> </div>
<div class="col-sm-6 text-right"> <div class="col-sm-6 text-right">
<p class="text-muted">Version {{ version|default:"0.964" }}</p> <p class="text-muted">Version {{ version|default:"0.965" }}</p>
</div> </div>
</div> </div>
</div> </div>