瀏覽代碼

Update templates/repo/issue/card.tmpl

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
pull/30687/head
silverwind 1 月之前
父節點
當前提交
8b73362a23
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存