Explorar el Código

Update templates/repo/issue/card.tmpl

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
pull/30687/head
silverwind hace 3 semanas
padre
commit
8b73362a23
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      templates/repo/issue/card.tmpl

+ 1
- 1
templates/repo/issue/card.tmpl Ver fichero

@@ -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>

Cargando…
Cancelar
Guardar