mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Display issue task list on project cards (#27865)
Display the issue task list on project cards.  Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
@@ -49,6 +49,13 @@
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{$tasks := .GetTasks}}
|
||||
{{if gt $tasks 0}}
|
||||
<div class="meta gt-my-2">
|
||||
{{svg "octicon-checklist" 16 "gt-mr-2 gt-vm"}}
|
||||
<span class="gt-vm">{{.GetTasksDone}} / {{$tasks}}</span>
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
{{if or .Labels .Assignees}}
|
||||
|
Reference in New Issue
Block a user