v1.3.2 - Release Notes angepasst
This commit is contained in:
@@ -356,6 +356,8 @@ require_once('inc/header.php');
|
||||
<?php if (empty($releases)): ?>
|
||||
<p class="text-muted">Keine veröffentlichten Release Notes vorhanden.</p>
|
||||
<?php else: ?>
|
||||
<?php $total = count($releases);
|
||||
$index = 0; ?>
|
||||
<?php foreach ($releases as $release): ?>
|
||||
<div class="d-flex align-items-start">
|
||||
<div class="flex-grow-1">
|
||||
@@ -423,6 +425,11 @@ require_once('inc/header.php');
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if ($index < $total - 1): ?>
|
||||
<hr class="my-4">
|
||||
<?php endif; ?>
|
||||
<?php $index++; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user