mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 06:08:29 +02:00
Fix list project item has icon issue
This commit is contained in:
parent
ec78073456
commit
388533f97a
@ -46,7 +46,6 @@
|
|||||||
<span class="item empty-list {{if $issueProject}}tw-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_projects"}}</span>
|
<span class="item empty-list {{if $issueProject}}tw-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_projects"}}</span>
|
||||||
{{range $issueProject}}
|
{{range $issueProject}}
|
||||||
<a class="item" href="{{.Link ctx}}">
|
<a class="item" href="{{.Link ctx}}">
|
||||||
<span class="item-check-mark">{{svg "octicon-check"}}</span>
|
|
||||||
{{svg .IconName 18}} {{.Title}}
|
{{svg .IconName 18}} {{.Title}}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user