nimes: images have to be clickable (#69839)
gitea-wip/publik-base-theme/pipeline/head Build started... Details

This commit is contained in:
Lauréline Guérin 2022-10-04 09:23:38 +02:00
parent 857c00a08c
commit 5e8c04dbb1
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<script>
function initCardCell($cell, url) {
if ($cell) {
$($cell).prepend('<img src="' + url + '" /><br />');
$('a', $cell).prepend('<img src="' + url + '" /><br />');
}
}
{% if not card_not_found and card.id %}