소스 검색

Update templates/repo/issue/card.tmpl

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
pull/30687/head
silverwind 1 개월 전
부모
커밋
8b73362a23
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      templates/repo/issue/card.tmpl

+ 1
- 1
templates/repo/issue/card.tmpl 파일 보기

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

Loading…
취소
저장