Merge pull request #11 from tips-of-mine/fix/dashboard-align-buttons

Fix: Aligner les boutons de téléchargement du certificat racine sur l…
This commit is contained in:
tips-of-mine
2025-06-15 20:09:43 +02:00
committed by GitHub

View File

@ -40,9 +40,7 @@ require_once APP_ROOT_DIR . '/src/Views/shared/header.php';
<a href="/certificates/download?type=root&file=ca.cert.pem" class="button">
<?= htmlspecialchars($translations['download_certificate_pem'] ?? 'Download Certificate (.pem)') ?>
</a>
</p>
<p>
<a href="/certificates/download?type=root&file=ca.key.pem" class="button">
<a href="/certificates/download?type=root&file=ca.key.pem" class="button" style="margin-left: 10px;">
<?= htmlspecialchars($translations['download_key_pem'] ?? 'Download Private Key (.key)') ?>
</a>
</p>