Update templates/repo/issue/card.tmpl

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
silverwind 2024-04-25 09:43:52 +02:00 committed by GitHub
parent aaf0bbb487
commit 8b73362a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{{$attachments := index $.Page.issuesAttachmentMap .ID}} {{$attachments := index $.Page.issuesAttachmentMap .ID}}
{{if $attachments}} {{if $attachments}}
<div class="card-attachment-images"> <div class="card-attachment-images">
{{range $attachmentIDs}} {{range $attachments}}
<img src="{{.DownloadURL}}" alt="{{.Name}}" /> <img src="{{.DownloadURL}}" alt="{{.Name}}" />
{{end}} {{end}}
</div> </div>