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