Merge pull request 'template: remove spurious space before secret access keys' (#76) from rm_secret_key_space into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #76
Reviewed-by: aeddis <aeddis@noreply.localhost>
This commit is contained in:
Quentin 2025-03-20 22:03:13 +00:00
commit 6a399249b5

View file

@ -96,8 +96,7 @@
<tr>
<th scope="row">Clé secrète</th>
<td>
<a href="#" onclick="document.getElementById('secret_key').style.display='inline'; this.style.display='none'">[Afficher la clé secrète]</a>
<span id="secret_key" style="display: none">{{ .View.SecretAccessKey }}</span>
<a href="#" onclick="document.getElementById('secret_key').style.display='inline'; this.style.display='none'">[Afficher la clé secrète]</a><span id="secret_key" style="display: none">{{ .View.SecretAccessKey }}</span>
</td>
</tr>
<tr>