mirror of
https://github.com/go-gitea/gitea
synced 2025-07-24 11:18:36 +00:00
WIP: Allow attachments for issues, not only comments
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="attachments">
|
||||
{{range .Attachments}}
|
||||
<a class="attachment" href="{{.IssueId}}/attachment/{{.Id}}">{{.Name}}</a>
|
||||
{{end}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{range .Comments}}
|
||||
|
Reference in New Issue
Block a user